RotatedRectangleF.Location Property

Gets or sets the coordinates of the upper-left corner of this RotatedRectangleF.

Namespace: Aurigma.GraphicsMill.AjaxControls.VectorObjects.Math
Assembly: Aurigma.GraphicsMill.AjaxControls.VectorObjects (in Aurigma.GraphicsMill.AjaxControls.VectorObjects.dll)

Syntax

C#
public PointF Location { get; set; }

Property Value

The PointF value which represents the upper-left corner of this RotatedRectangleF.

See Also

Reference