ImageGear .NET v24.12 - Updated
ManageCursor Method (ImGearAnnotatorMarkController)




ImageGear24.Windows.Controls.Art Assembly > ImageGear.Windows.Controls Namespace > ImGearAnnotatorMarkController Class : ManageCursor Method
The mark the mouse is over.
The position of the mouse (in device pixels).
The mark controller data.
Method that is called to update the mouse cursor, set an ID for which point of the mark the mouse is currently over, and set the type of resizing to use for that point.
Syntax
'Declaration
 
Public Overridable Sub ManageCursor( _
   ByVal mark As ImGearARTMark, _
   ByVal mousePoint As ImGearDoublePoint, _
   ByVal markControllerData As ImGearAnnotatorMarkControllerData _
) 
'Usage
 
Dim instance As ImGearAnnotatorMarkController
Dim mark As ImGearARTMark
Dim mousePoint As ImGearDoublePoint
Dim markControllerData As ImGearAnnotatorMarkControllerData
 
instance.ManageCursor(mark, mousePoint, markControllerData)

Parameters

mark
The mark the mouse is over.
mousePoint
The position of the mouse (in device pixels).
markControllerData
The mark controller data.
See Also

Reference

ImGearAnnotatorMarkController Class
ImGearAnnotatorMarkController Members