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

Return Value

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

See Also