VObject.bounds Property

Gets the size and location (in points) of this v-object relatively to the Canvas it belongs to.

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

Syntax

Java Script
function get_bounds();

Property Value

The rectangle relative to the canvas that represents the size and location of the v-object.

Remarks

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

See Also

Reference