PrinterSettings.PrinterResolutionCollection.CopyTo(PrinterResolution[], Int32) Método
Definição
Copia o conteúdo do PrinterSettings.PrinterResolutionCollection atual para a matriz especificada, começando no índice especificado.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)
Parâmetros
- printerResolutions
- PrinterResolution[]
Uma matriz de base zero que recebe os itens copiados do PrinterSettings.PrinterResolutionCollection.A zero-based array that receives the items copied from the PrinterSettings.PrinterResolutionCollection.
- index
- Int32
O índice no qual iniciar a cópia de itens.The index at which to start copying items.