[]
        
(Showing Draft Content)

C1.Win.Touch.HitTestDelegate

HitTestDelegate Delegate

Represents a delegate that hit-tests touch destinations.

Namespace: C1.Win.Touch
Assembly: C1.Win.8.dll
Syntax
public delegate ITouchDestination HitTestDelegate(int x, int y)
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, nint)

Methods

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