Class GridShapeCollection

GridShapeCollection class

Encapsulates a collection of GridShape objects.

public class GridShapeCollection

Properties

NameDescription
Count { get; }Gets the size of enumerator
Item { get; }Gets the GridShape element at the specified index.

Methods

NameDescription
Clear()Clear all shapes.
GetEnumerator()Gets the rows enumerator

See Also