This documentation is for the old version. Go to the latest Graphics Mill docs

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

Visual Basic
Public Property Location As PointF
C#
public PointF Location { get; set; }

Property Value

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

See Also

Reference