Interface IExamineSpatialRectangle
Spatial Rectangle Shape
public interface IExamineSpatialRectangle : IExamineSpatialShape
- Inherited Members
Properties
MaxX
The right edge of the X coordinate.
double MaxX { get; }
Property Value
MaxY
The top edge of the Y coordinate.
double MaxY { get; }
Property Value
MinX
The left edge of the X coordinate.
double MinX { get; }
Property Value
MinY
The bottom edge of the Y coordinate.
double MinY { get; }