Nevron .NET Vision
Nevron.UI.WinForm.Controls Namespace / NLightUIItem Class / HitTest Method


In This Topic
    HitTest Method (NLightUIItem)
    In This Topic
    Determines whether the specified point is within item's bounds.
    Syntax
    'Declaration
     
    
    Public Overridable Function HitTest( _
       ByVal point As NPoint _
    ) As System.Boolean
    'Usage
     
    
    Dim instance As NLightUIItem
    Dim point As NPoint
    Dim value As System.Boolean
     
    value = instance.HitTest(point)
    public virtual System.bool HitTest( 
       NPoint point
    )

    Parameters

    point
    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