Gets or sets the y-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 Y As Double
	Get
	Set
C#
public double Y { get; set; }
Visual C++
public:
property double Y {
	double get ();
	void set (double value);
}
JavaScript
function get_y();
function set_y(value);

Return Value

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

See Also