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


In This Topic
    NPointShape 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 NPointShape(path, bounds, closed)
    public NPointShape( 
       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