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

IControlPointsProvider.GetPointCursor Method

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

Namespace: Aurigma.GraphicsMill.WinControls
Assembly: Aurigma.GraphicsMill.WinControls.VectorObjects (in Aurigma.GraphicsMill.WinControls.VectorObjects.dll)

Syntax

Visual Basic
Function GetPointCursor ( _
	index As Integer _
) As Cursor
C#
                Cursor GetPointCursor(
	int index
)

Parameters

index

Type: System.Int32

An index of the control point for which the cursor is retrieved.

Return Value

The cursor that appears when the mouse pointer is over the control point.

See Also

Reference