Gets the x-coordinate that is the sum of X()()()() and Width()()()() of this RectangleD structure.

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

Syntax

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

Return Value

The x-coordinate that is the sum of X()()()() and Width()()()() of this RectangleD structure.

See Also