Nevron .NET Vision
Nevron.Diagram Namespace / NArrowShape Class / NArrowShape Constructor / NArrowShape Constructor(ArrowType)


In This Topic
    NArrowShape Constructor(ArrowType)
    In This Topic
    Initializer constructor
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal arrowType As ArrowType _
    )
    'Usage
     
    
    Dim arrowType As ArrowType
     
    Dim instance As New NArrowShape(arrowType)
    public NArrowShape( 
       ArrowType arrowType
    )

    Parameters

    arrowType
    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