GraphicElementCollection.CopyTo

GraphicElementCollection.CopyTo method

Copies the entire collection to a compatible one-dimensional Array, starting at the specified index of the target array.

public void CopyTo(GraphicElement[] array, int arrayIndex)
ParameterTypeDescription
arrayGraphicElement[]Array of objects which will be copied.
arrayIndexInt32Starting index from which copying will be started.

See Also