Initializes a new instance of the RectangleD class with the specified location and size.
Namespace:
EGIS.ShapeFileLibAssembly: EGIS.ShapeFileLib (in EGIS.ShapeFileLib.dll)
Syntax
Visual Basic |
---|
Public Sub New ( _ location As PointD, _ size As SizeD _ ) |
C# |
---|
public RectangleD( PointD location, SizeD size ) |
Visual C++ |
---|
public: RectangleD( PointD location, SizeD size ) |
JavaScript |
---|
EGIS.ShapeFileLib.RectangleD = function(location, size); |
Parameters
- location
- Type: EGIS.ShapeFileLib..::..PointD
A PointD that represents the upper-left corner of the rectangular region.
- size
- Type: EGIS.ShapeFileLib..::..SizeD
A SizeD that represents the width and height of the rectangular region.