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 (Declaration)
Public ReadOnly Property Bottom As Double
C#
public double Bottom { get; }
Visual C++
public:
property double Bottom {
	double get ();
}

Return Value

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

See Also