Gets or sets the coordinates of the upper-left corner of this RectangleD structure.
Namespace:
EGIS.ShapeFileLibAssembly: EGIS.ShapeFileLib (in EGIS.ShapeFileLib.dll)
Syntax
Visual Basic |
---|
Public Property Location As PointD Get Set |
C# |
---|
public PointD Location { get; set; } |
Visual C++ |
---|
public: property PointD Location { PointD get (); void set (PointD value); } |
JavaScript |
---|
function get_location(); function set_location(value); |