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


NRouteEnd Constructor(NPointF,Single,Boolean,NRectangleF,Boolean)
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)

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