[]
        
(Showing Draft Content)

C1.Win.Touch.HitTestDelegate

HitTestDelegate Delegate

Represents a delegate that hit-tests touch destinations.

Namespace: C1.Win.Touch
Assembly: C1.Win.4.8.dll
Syntax
public delegate ITouchDestination HitTestDelegate(int x, int y)
Public Delegate Function HitTestDelegate(x As Integer, y As Integer) As ITouchDestination
Parameters
Type Name Description
int x Represents a delegate that hit-tests touch destinations.
int y Represents a delegate that hit-tests touch destinations.
Returns
Type Description
ITouchDestination Represents a delegate that hit-tests touch destinations.

Constructors

Name Description
HitTestDelegate(object, IntPtr)

Methods

Name Description
BeginInvoke(int, int, AsyncCallback, object)
EndInvoke(IAsyncResult)
Invoke(int, int)