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

IVObject Members

The IVObject type exposes the following members.

Methods

Name Description
Public method ClickPoint

Performs a click of a control point.

(Inherited from IControlPointsProvider.)
Public method DragPoint

Moves a control point to a new position.

(Inherited from IControlPointsProvider.)
Public method Draw

Draws a v-object.

Public method GetControlPointsBounds

Gets a bounding rectangle for points stored in the ControlPoints collection.

(Inherited from IControlPointsProvider.)
Public method GetPointCursor

Gets a cursor that appears when the mouse pointer is over the specified control point.

(Inherited from IControlPointsProvider.)
Public method GetTransformedVObjectBounds

Returns a region that will be occupied by the v-object after it is transformed.

Public method GetVObjectBounds

Returns a region occupied by this v-object.

Public method HitTest

Checks if the specifed point belongs to the v-object.

Public method Update

Invalidates the object and causes it to be redrawn.

Properties

Name Description
Public property ControlPoints

A collection of control points associated with this control points provider.

(Inherited from IControlPointsProvider.)
Public property Designer

Gets a designer which will process user input when its corresponding v-object becomes active.

Public property DrawMode

Gets/sets the rendering quality of a v-object.

Public property Locked

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

Public property MaxControlPointRadius

Gets a maximum radius of the associated control points.

(Inherited from IControlPointsProvider.)
Public property Name

Gets/sets the name of the v-object.

Public property SupportedActions

Gets/sets the collection of transformations supported by an object.

(Inherited from IControlPointsProvider.)
Public property Tag

Gets/sets custom data.

Public property Transform

Gets/sets a matrix of the transformation.

Events

Name Description
Public event Changed

Raised when the v-object is modified (after the modification is completed).

See Also

Reference