Nevron.Diagram Namespace / NArrowheadShape Class / NArrowheadShape Constructor / NArrowheadShape Constructor(GraphicsPath,NRectangleF,Boolean)


In This Topic
    NArrowheadShape Constructor(GraphicsPath,NRectangleF,Boolean)
    In This Topic
    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
    bounds
    closed
    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