Gets the y-coordinate that is the sum of Y()()()() and Height()()()() of this RectangleD structure.

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

Syntax

Visual Basic
Public ReadOnly Property Bottom As Double
	Get
C#
public double Bottom { get; }
Visual C++
public:
property double Bottom {
	double get ();
}
JavaScript
function get_bottom();

Return Value

The y-coordinate that is the sum of Y()()()() and Height()()()() of this RectangleD structure.

See Also