Nevron .NET Vision
Nevron.Diagram.Filters Namespace / NPointFilter Class / NPointFilter Constructor / NPointFilter Constructor(NPointF,NHitTestContext)
point to filter by
hit test context


In This Topic
    NPointFilter Constructor(NPointF,NHitTestContext)
    In This Topic
    Creates a new point filter for the specified point and with the specified hit test paramaters
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal point As NPointF, _
       ByVal context As NHitTestContext _
    )
    'Usage
     
    
    Dim point As NPointF
    Dim context As NHitTestContext
     
    Dim instance As New NPointFilter(point, context)
    public NPointFilter( 
       NPointF point,
       NHitTestContext context
    )

    Parameters

    point
    point to filter by
    context
    hit test context
    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