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

BaseRectangleVObject.bounds Property

Gets the size and location of this BaseRectangleVObject taking into account its rotation and margins.

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

Syntax

Java Script
function get_bounds();

Property Value

The RectangleF which represents the size and location of this BaseRectangleVObject taking into account its rotation and margins.

Remarks

This property corresponds to BaseRectangleVObject.Bounds server-side member.

See Also

Reference