Nevron .NET Vision
Nevron.UI Namespace / NPathShape Class / HitTest Method


In This Topic
    HitTest Method (NPathShape)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Overrides Function HitTest( _
       ByVal pt As NPoint, _
       ByVal context As NHitTestContext, _
       ByVal boundingRect As NRectangle _
    ) As System.Boolean
    'Usage
     
    
    Dim instance As NPathShape
    Dim pt As NPoint
    Dim context As NHitTestContext
    Dim boundingRect As NRectangle
    Dim value As System.Boolean
     
    value = instance.HitTest(pt, context, boundingRect)
    public override System.bool HitTest( 
       NPoint pt,
       NHitTestContext context,
       NRectangle boundingRect
    )

    Parameters

    pt
    context
    boundingRect
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also