Class GridShapeCollection

GridShapeCollection class

Encapsulates a collection of GridShape objects.

public class GridShapeCollection

Properties

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

Methods

NameDescription
Clear()
GetEnumerator()Gets the rows enumerator

See Also