'Declaration Public Function HitTest( _ ByVal devicePoint As ImGearPoint, _ ByVal pageView As IImGearScrollableView, _ ByVal pageDisplay As ImGearPageDisplay, _ ByVal graphics As Graphics, _ ByVal offsetLeft As Integer, _ ByVal offsetTop As Integer _ ) As Integer
'Usage Dim instance As ImGearARTPage Dim devicePoint As ImGearPoint Dim pageView As IImGearScrollableView Dim pageDisplay As ImGearPageDisplay Dim graphics As Graphics Dim offsetLeft As Integer Dim offsetTop As Integer Dim value As Integer value = instance.HitTest(devicePoint, pageView, pageDisplay, graphics, offsetLeft, offsetTop)
public int HitTest( ImGearPoint devicePoint, IImGearScrollableView pageView, ImGearPageDisplay pageDisplay, Graphics graphics, int offsetLeft, int offsetTop )
public: int HitTest( ImGearPoint devicePoint, IImGearScrollableView* pageView, ImGearPageDisplay* pageDisplay, Graphics* graphics, int offsetLeft, int offsetTop )
public: int HitTest( ImGearPoint devicePoint, IImGearScrollableView^ pageView, ImGearPageDisplay^ pageDisplay, Graphics^ graphics, int offsetLeft, int offsetTop )
Parameters
- devicePoint
- Screen point to test.
- pageView
- PageView control that contains the marks.
- pageDisplay
- PageDisplay associated with PageView control.
- graphics
- System graphics.
- offsetLeft
- Offset from left.
- offsetTop
- Offset from top.
Return Value
Integer value.