Search
Manipulator.SetMouseCursor Method
See Also
 





Returns the cursor that should be displayed when the mouse pointer is over this manipulator.

Namespace: MindFusion.Diagramming.Manipulators
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public virtual CursorHint SetMouseCursor (
    PointF point
)

Visual Basic  Copy Code

Public Overridable Function SetMouseCursor( _
    point As PointF _
) As CursorHint

 Parameters

point

A PointF specifying mouse position in diagram coordinates.

 Return Value

A member of the CursorHint enumeration.

 See Also