GridShapeCollection.Item

GridShapeCollection indexer

Gets the Picture element at the specified index.

public Shape this[int index] { get; }
ParameterDescription
indexThe zero based index of the element.

Return Value

The element at the specified index.

See Also