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

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

Syntax

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

See Also