ImageGear PDF v25.2 - Updated
HitTest(ImGearARTCustomMark,ImGearARTDrawingState,ImGearPoint) Method




ImageGear.Art Assembly > ImageGear.ART Namespace > ImGearARTCustomDrawingController Class : HitTest(ImGearARTCustomMark,ImGearARTDrawingState,ImGearPoint) Method
The mark to check.
A set of parameters for custom mark's hittesting.
Mouse position in device coordinates.
Checks if mouse is over the mark.
Syntax
'Declaration
 
Public MustOverride Function HitTest( _
   ByVal mark As ImGearARTCustomMark, _
   ByVal state As ImGearARTDrawingState, _
   ByVal devicePoint As ImGearPoint _
) As ImGearARTMarkHitTest
'Usage
 
Dim instance As ImGearARTCustomDrawingController
Dim mark As ImGearARTCustomMark
Dim state As ImGearARTDrawingState
Dim devicePoint As ImGearPoint
Dim value As ImGearARTMarkHitTest
 
value = instance.HitTest(mark, state, devicePoint)

Parameters

mark
The mark to check.
state
A set of parameters for custom mark's hittesting.
devicePoint
Mouse position in device coordinates.

Return Value

Hit test result.
See Also

Reference

ImGearARTCustomDrawingController Class
ImGearARTCustomDrawingController Members

Is this page helpful?
Yes No
Thanks for your feedback.