Property Points
Points
Gets all the points this shape contains.
public override IEnumerable<GridPoint2> Points { get; }
Property Value
- IEnumerable<GridPoint2>
The points.
Gets all the points this shape contains.
public override IEnumerable<GridPoint2> Points { get; }
The points.