Nevron .NET Vision
Nevron.Diagram Namespace / NArrowheadShape Class / NArrowheadShape Constructor / NArrowheadShape Constructor(GraphicsPath,NRectangleF,Boolean)
arrowhead shape
arrowhead bounds
whether the path is closed or not


In This Topic
    NArrowheadShape Constructor(GraphicsPath,NRectangleF,Boolean)
    In This Topic
    Initializer constructor
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal path As System.Drawing.Drawing2D.GraphicsPath, _
       ByVal bounds As NRectangleF, _
       ByVal closed As System.Boolean _
    )
    'Usage
     
    
    Dim path As System.Drawing.Drawing2D.GraphicsPath
    Dim bounds As NRectangleF
    Dim closed As System.Boolean
     
    Dim instance As New NArrowheadShape(path, bounds, closed)
    public NArrowheadShape( 
       System.Drawing.Drawing2D.GraphicsPath path,
       NRectangleF bounds,
       System.bool closed
    )

    Parameters

    path
    arrowhead shape
    bounds
    arrowhead bounds
    closed
    whether the path is closed or not
    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