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
Sodelujte z nami v storitvi GitHub
Vir za to vsebino najdete v storitvi GitHub, kjer lahko tudi ustvarite in pregledate težave in zahtevke za uveljavitev sprememb. Če želite več informacij, glejte naš vodnik za sodelavce.