Nevron .NET Vision
Nevron.Diagram Namespace / NArrowPath Class / NArrowPath Constructor / NArrowPath Constructor(ArrowType)
arrow type


In This Topic
    NArrowPath Constructor(ArrowType)
    In This Topic
    Creates a new arrow with the specified type
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal arrowType As ArrowType _
    )
    'Usage
     
    
    Dim arrowType As ArrowType
     
    Dim instance As New NArrowPath(arrowType)
    public NArrowPath( 
       ArrowType arrowType
    )

    Parameters

    arrowType
    arrow type
    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