The VObject type exposes the following members.
Name | Description | |
---|---|---|
ClickPoint |
Performs a click of a control point. |
|
Dispose |
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. |
|
DragPoint |
Moves a control point to a new position. |
|
Draw |
Draws a v-object. |
|
Equals | (Inherited from Object.) | |
GetControlPointsBounds |
Gets a bounding rectangle for points stored in the ControlPoints collection. |
|
GetHashCode | (Inherited from Object.) | |
GetObjectData |
Populates a SerializationInfo with the data needed to serialize the VObject object. |
|
GetPointCursor |
Gets a cursor that appears when the mouse pointer is over the specified control point. |
|
GetTransformedVObjectBounds |
Returns a region that will be occupied by the v-object after it is transformed. |
|
GetType | (Inherited from Object.) | |
GetVObjectBounds |
Returns a region occupied by this v-object. |
|
HitTest |
Checks if a point with specified coordinates belongs to the v-object. |
|
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) | |
Update |
Invalidates the object and causes it to be redrawn. |
Name | Description | |
---|---|---|
ControlPoints |
A collection of control points associated with this control points provider. |
|
Designer |
Gets a designer which will process the user input when the v-object becomes active. |
|
DrawMode |
Gets/sets the rendering quality of a v-object. |
|
IsDisposed |
Gets a value indicating whether the object has been disposed of. |
|
Locked |
Gets/sets a value indicating if the v-object is locked. |
|
MaxControlPointRadius |
Gets a maximum radius of the associated control points. |
|
Name |
Gets/sets the name of the v-object. |
|
SupportedActions |
Gets/sets the collection of actions (transformations) which can be applied to this v-object. |
|
Tag |
Gets/sets custom data. |
|
Transform |
Gets/sets a matrix of the transformation. |
Name | Description | |
---|---|---|
Changed |
Raised when the v-object is modified (after the modification is completed). |