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

RectangleVObjectData Constructor (RectangleVObject)

Creates and initializes an instance of the RectangleVObjectData class from the specified RectangleVObject.

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

Syntax

Visual Basic
Public Sub New ( _
	obj As RectangleVObject _
)
C#
public RectangleVObjectData(
	RectangleVObject obj
)

Parameters

obj

Type: Aurigma.GraphicsMill.AjaxControls.VectorObjects.RectangleVObject

Rectangle v-object to create v-object data from.

See Also

Reference