PrinterSettings.PrinterResolutionCollection.CopyTo Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.