Creates a RectangleD structure with upper-left corner and lower-right corner at the specified locations.
Namespace:
EGIS.ShapeFileLib
Assembly:
EGIS.ShapeFileLib (in EGIS.ShapeFileLib.dll)
Syntax
Parameters
- left
- Type: System..::.Double
The x-coordinate of the upper-left corner of the rectangular region.
- top
- Type: System..::.Double
The y-coordinate of the upper-left corner of the rectangular region.
- right
- Type: System..::.Double
The x-coordinate of the lower-right corner of the rectangular region.
- bottom
- Type: System..::.Double
The y-coordinate of the lower-right corner of the rectangular region.
Return Value
The new
RectangleD that this method creates.
See Also