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


In This Topic
    HitTest Method (NUIShape)
    In This Topic
    Syntax
    '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
    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