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

JointControlPointsProvider Members

The JointControlPointsProvider type exposes the following members.

Constructors

Name Description
Public method JointControlPointsProvider

Creates and initializes a new composite control points provider using the specified provider.

Methods

Name Description
Public method AddProvider

Adds a provider to the end of the current provider list.

Public method ClickPoint

Performs a click of a control point.

Public method DragPoint

Moves a control point to a new position.

Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetControlPointsBounds

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

Public method GetHashCode (Inherited from Object.)
Public method GetPointCursor

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

Public method GetProviderAt

Returns the provider with the specified index.

Public method GetType (Inherited from Object.)
Public method InsertProvider

Inserts a provider into the list at the specified index.

Protected method MemberwiseClone (Inherited from Object.)
Public method RemoveProvider

Removes the first occurrence of a specific control points provider from the list.

Public method RemoveProviderAt

Removes the control points provider at the specified index of the list.

Public method ToString (Inherited from Object.)

Properties

Name Description
Public property ControlPoints

A collection of control points associated with this composite provider.

Public property MaxControlPointRadius

Gets a maximum radius of the associated control points.

Public property SupportedActions

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

See Also

Reference