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.dll)

Syntax

Java Script
function get_location();
function set_location(value);

Property Value

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

Remarks

This property corresponds to RotatedRectangleF.Location server-side member.

See Also

Reference