'Declaration
Public Overridable Function HitTest( _ ByVal pt As NPoint, _ ByVal context As NHitTestContext, _ ByVal boundingRect As NRectangle _ ) As System.Boolean
'Usage
Dim instance As NUIShape Dim pt As NPoint Dim context As NHitTestContext Dim boundingRect As NRectangle Dim value As System.Boolean value = instance.HitTest(pt, context, boundingRect)
public virtual System.bool HitTest( NPoint pt, NHitTestContext context, NRectangle boundingRect )
Parameters
- pt
- context
- boundingRect