Gets or sets the x-coordinate of the upper-left corner of this RectangleD structure.

Namespace:  EGIS.ShapeFileLib
Assembly:  EGIS.ShapeFileLib (in EGIS.ShapeFileLib.dll)

Syntax

Visual Basic
Public Property X As Double
	Get
	Set
C#
public double X { get; set; }
Visual C++
public:
property double X {
	double get ();
	void set (double value);
}
JavaScript
function get_x();
function set_x(value);

Return Value

The x-coordinate of the upper-left corner of this RectangleD structure.

See Also