Class GridRect
Represents an axis-aligned rectangle. This is the discrete version of
[Serializable]
public class GridRect : AbstractBounds<GridPoint2>, IExplicitShape<GridPoint2>, IImplicitShape<GridPoint2>
- Inheritance
-
GridRect
- Implements
- Inherited Members
- Extension Methods
Constructors
Properties
- Extreme
Gets the extreme point of this AbstractBounds<TPoint>, lying on the opposite direction of Point. For discrete point types, this points fall just outside the bounds.
- Points
Gets all the points that this bounds contains.
Methods
- Contains(GridPoint2)
Determines whether this bounds contains the specified point.