BaseRectangleVObject Members

The BaseRectangleVObject type exposes the following members.

Methods

Name Description
Public method clone (Inherited from VObject.)
Public method dispose

Removes the current VObject from the application.

(Inherited from VObject.)
Public method drawDesign

Draws grips which frame this rectangle vector object.

Public method endUpdate (Inherited from VObject.)
Public method hitTest

Determines whether the specified point is located inside this vector object.

Public method initialize

Initializes the current VObject.

(Inherited from VObject.)
Public method isLoadingImage

Detemine is process of loading image for object from server, is in progress

(Inherited from VObject.)
Public method isLocked (Inherited from VObject.)
Public method isVisible (Inherited from VObject.)
Public method processEvent

Executes the specified event.

Public method processKeyEvent
Public method processMouseEvent
Public method quickUpdate (Inherited from VObject.)
Public method raiseChanged

Fires the changed event.

(Inherited from VObject.)
Public method raiseChanging

Fires the changing event.

(Inherited from VObject.)
Public method update

this function calls server update function for this object (for example for update text).

(Inherited from VObject.)

Properties

Name Description
Public property angle

Gets or sets an angle (in degrees) to rotate the rectangle on.

Public property bounds

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

Public property canvas

Gets a reference to the Canvas object this vector object belongs to.

(Inherited from VObject.)
Public property controlPoints

Gets or sets an array of control points associated with the v-object.

(Inherited from VObject.)
Public property cursor
Public property data

Gets or sets serialized data of this v-object.

(Inherited from VObject.)
Public property index

Get the index of this v-object in the VObjectCollection. Returns -1 if the v-object was not added to the collection.

(Inherited from VObject.)
Public property layer

Gets a reference to the Layer object this vector object belongs to.

(Inherited from VObject.)
Public property locked

Gets or sets the value indicating if the v-object is locked.

(Inherited from VObject.)
Public property mode

Gets or sets the state of this v-object.

(Inherited from VObject.)
Public property name

Gets or sets the name of this vector object.

(Inherited from VObject.)
Public property permissions (Inherited from VObject.)
Public property ready

Check if VObject is ready. The property considered to be internal.

(Inherited from VObject.)
Public property rectangle

Gets or sets a rectangle and its rotation angle.

Public property selectionRectangle
Public property supportedActions

Gets or sets the enumeration of actions which can be applied to this vector object.

(Inherited from VObject.)
Public property tag

Gets or sets custom data.

(Inherited from VObject.)
Public property textWrappingMode
Public property transform

Gets or sets value which configures v-object transformation.

(Inherited from VObject.)
Public property uniqueId

Gets or sets a unique identifier of this vector object.

(Inherited from VObject.)
Public property visible

Gets or sets the value indicating if the v-object is visible.

(Inherited from VObject.)

Events

Name Description
Public event beforeCreate

Fires when v-object is about to be created.

(Inherited from VObject.)
Public event changed

Fires when v-object was modified (after the end of an operation).

(Inherited from VObject.)
Public event changing

Fires before v-object is being modified (before the start of an operation).

(Inherited from VObject.)
Public event doubleClick

Fires when v-object double click.

See Also

Reference