Gets lower right point of shape bounds. If ReflectVertically returns true then gets the upper right point.

Namespace: Arctorus.Documents
Assembly: Arctorus.Documents (in Arctorus.Documents.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public PointF LowerRightPoint { get; }
Visual Basic
Public ReadOnly Property LowerRightPoint As PointF
	Get
Visual C++
public:
property PointF LowerRightPoint {
	PointF get ();
}

See Also