Nevron Open Vision Documentation
Nevron.Nov.Diagram Namespace / NArrowhead Class / NArrowhead Constructor / NArrowhead Constructor(ENArrowheadShape,Double,Double,NFill,NStroke)
arrow head shape
width
width
fill style
stroke style


In This Topic
    NArrowhead Constructor(ENArrowheadShape,Double,Double,NFill,NStroke)
    In This Topic
    Creates an arrowhead with the specified custom size, fill and stroke
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal shape As ENArrowheadShape, _
       ByVal width As System.Double, _
       ByVal height As System.Double, _
       ByVal fill As NFill, _
       ByVal stroke As NStroke _
    )
    'Usage
     
    
    Dim shape As ENArrowheadShape
    Dim width As System.Double
    Dim height As System.Double
    Dim fill As NFill
    Dim stroke As NStroke
     
    Dim instance As New NArrowhead(shape, width, height, fill, stroke)
    public NArrowhead( 
       ENArrowheadShape shape,
       System.double width,
       System.double height,
       NFill fill,
       NStroke stroke
    )

    Parameters

    shape
    arrow head shape
    width
    width
    height
    width
    fill
    fill style
    stroke
    stroke style
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also