Class GridShapeCollection

GridShapeCollection class

Encapsulates a collection of Shape objects.

public class GridShapeCollection : CollectionBase

Properties

NameDescription
Item { get; }Gets the Picture element at the specified index.

Methods

NameDescription
Clear()Clear all shapes.
RemoveAt(int)Remove the shape.

See Also