GraphicElementCollection.CopyTo

GraphicElementCollection.CopyTo metod

Kopierar hela samlingen till en kompatibel en-dimensionell Array, som börjar vid det angivna indexet i mål-arrayen.

public void CopyTo(GraphicElement[] array, int arrayIndex)
ParameterTypBeskrivning
arrayGraphicElement[]Array av objekt som kommer att kopieras.
arrayIndexInt32Startindex från vilket kopieringen kommer att påbörjas.

Se Även