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




ImageGear24.Windows.Controls.Art Assembly > ImageGear.Windows.Controls Namespace > ImGearAnnotatorMarkController Class : UpdateCursor Method
The point (in image pixels).
The position of the mouse (in device pixels).
The mark controller data.
This method sets the ImGearAnnotatorMarkControllerData.Cursor to the Hand cursor if the mouse is over the specified point.
Syntax
'Declaration
 
Protected Shared Function UpdateCursor( _
   ByVal point As ImGearPoint, _
   ByVal mousePoint As ImGearDoublePoint, _
   ByVal markControllerData As ImGearAnnotatorMarkControllerData _
) As Boolean
'Usage
 
Dim point As ImGearPoint
Dim mousePoint As ImGearDoublePoint
Dim markControllerData As ImGearAnnotatorMarkControllerData
Dim value As Boolean
 
value = ImGearAnnotatorMarkController.UpdateCursor(point, mousePoint, markControllerData)

Parameters

point
The point (in image pixels).
mousePoint
The position of the mouse (in device pixels).
markControllerData
The mark controller data.

Return Value

Whether or not the mouse is over the specified point.
See Also

Reference

ImGearAnnotatorMarkController Class
ImGearAnnotatorMarkController Members