PrinterSettings.PrinterResolutionCollection.CopyTo Method

Definition

Copies the contents of the current PrinterSettings.PrinterResolutionCollection to the specified array, starting at the specified index.

public:
 void CopyTo(cli::array <System::Drawing::Printing::PrinterResolution ^> ^ printerResolutions, int index);
public void CopyTo (System.Drawing.Printing.PrinterResolution[] printerResolutions, int index);
member this.CopyTo : System.Drawing.Printing.PrinterResolution[] * int -> unit
Public Sub CopyTo (printerResolutions As PrinterResolution(), index As Integer)

Parameters

printerResolutions
PrinterResolution[]

A zero-based array that receives the items copied from the PrinterSettings.PrinterResolutionCollection.

index
Int32

The index at which to start copying items.

Applies to