The RectangleD type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() | Contains(PointD) | Determines if the specified point is contained within this RectangleD structure. |
![]() | Contains(RectangleD) | Determines if the rectangular region represented by rect is entirely contained within this RectangleD structure. |
![]() | Contains(Double, Double) | Determines if the specified point is contained within this RectangleD structure. |
![]() | Equals | Tests whether obj is a RectangleD with the same location and size of this RectangleD. (Overrides ValueType..::..Equals(Object).) |
![]() | Finalize | (Inherited from Object.) |
![]() ![]() | FromLTRB | Creates a RectangleD structure with upper-left corner and lower-right corner at the specified locations. |
![]() | GetHashCode | Gets the hash code for this RectangleD structure. For information about the use of hash codes, see Object.GetHashCode. (Overrides ValueType..::..GetHashCode()()()().) |
![]() | GetType | (Inherited from Object.) |
![]() | Inflate(SizeD) | Inflates this RectangleD by the specified amount. |
![]() | Inflate(Double, Double) | Inflates this RectangleD structure by the specified amount. |
![]() ![]() | Inflate(RectangleD, Double, Double) | Creates and returns an inflated copy of the specified RectangleD structure. The copy is inflated by the specified amount. The original rectangle remains unmodified. |
![]() | Intersect(RectangleD) | Replaces this RectangleD structure with the intersection of itself and the specified RectangleD structure. |
![]() ![]() | Intersect(RectangleD, RectangleD) | Returns a RectangleD structure that represents the intersection of two rectangles. If there is no intersection, and empty RectangleD is returned. |
![]() | IntersectsWith | Determines if this rectangle intersects with rect. |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | Offset(PointD) | Adjusts the location of this rectangle by the specified amount. |
![]() | Offset(Double, Double) | Adjusts the location of this rectangle by the specified amount. |
![]() | ToString | Converts the Location and Size of this RectangleD to a human-readable string. (Overrides ValueType..::..ToString()()()().) |
![]() ![]() | Union | Creates the smallest possible third rectangle that can contain both of two rectangles that form a union. |
Extension Methods
Name | Description | |
---|---|---|
![]() | IsValidExtent | (Defined by ProjectionExtensions.) |
![]() | Transform(ICoordinateTransformation) | Overloaded. (Defined by ProjectionExtensions.) |
![]() | Transform(ICRS, ICRS) | Overloaded. (Defined by ProjectionExtensions.) |