GraphicElementCollection.Item

GraphicElementCollection indexer

Gets the GraphicElement element at the specified index.

public GraphicElement this[int index] { get; }
ParameterDescription
indexIndex within the collection.

Return Value

GraphicElement.

See Also