Nevron.Diagram.Routing Namespace / NRouteEnd Class / NRouteEnd Constructor / NRouteEnd Constructor(NPointF,Single,Boolean,NRectangleF,Boolean)


In This Topic
    NRouteEnd Constructor(NPointF,Single,Boolean,NRectangleF,Boolean)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal location As NPointF, _
       ByVal direction As System.Single, _
       ByVal validDirection As System.Boolean, _
       ByVal box As NRectangleF, _
       ByVal validBox As System.Boolean _
    )
    'Usage
     
    
    Dim location As NPointF
    Dim direction As System.Single
    Dim validDirection As System.Boolean
    Dim box As NRectangleF
    Dim validBox As System.Boolean
     
    Dim instance As New NRouteEnd(location, direction, validDirection, box, validBox)
    public NRouteEnd( 
       NPointF location,
       System.float direction,
       System.bool validDirection,
       NRectangleF box,
       System.bool validBox
    )

    Parameters

    location
    direction
    validDirection
    box
    validBox
    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