Nevron .NET Vision
Nevron.Diagram.Filters Namespace / NNRectangleFilter Class / NNRectangleFilter Constructor / NNRectangleFilter Constructor(NRectangleF,NHitTestContext)
rect to filter by
hit test context


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

    Parameters

    rect
    rect 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