The VObject type exposes the following members.
Name | Description | |
---|---|---|
VObject |
Creates and initializes an instance of the VObject class. |
Name | Description | |
---|---|---|
Accept | ||
BeginUpdate |
Starts updating of this VObject. |
|
Clone | ||
Draw |
Draws VObject on the specified Bitmap. |
|
EndUpdate |
Finishes updating of this VObject. |
|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetColorManagement | ||
GetDrawer | ||
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
GetVObjectData | ||
GetVObjectDataType | ||
MemberwiseClone | (Inherited from Object.) | |
OnChanged |
Raises the Changed event. |
|
ToString | (Inherited from Object.) | |
Transform_TransformChanged |
Name | Description | |
---|---|---|
Bounds |
Gets the size and location (in points) of this VObject relatively to the Canvas it belongs to. |
|
Canvas |
Gets a reference to the Canvas object this VObject belongs to. |
|
Data |
Gets or sets serialized data of this VObject. |
|
Index |
Get the index of this VObject in the VObjectCollection. Returns |
|
IsUpdating |
Gets or sets a value indicating whether VObject is updating. |
|
Layer |
Gets a reference to the Layer object this VObject belongs to. |
|
Locked |
Gets or sets the value indicating if the VObject is locked. |
|
Name |
Gets or sets the name of the VObject. |
|
Permissions | ||
SupportedActions |
Gets or sets the enumeration of actions which can be applied to this VObject. |
|
Tag |
Gets or sets custom data. |
|
Transform |
Gets or sets value which configures v-object transformation. |
|
UniqueId |
Gets or sets a unique identifier of this VObject. |
|
Visible |
Gets or sets the value indicating if the VObject is visible. |
Name | Description | |
---|---|---|
Changed |
Raised when the VObject is modified (after the modification is completed). |