Nevron .NET Vision
Nevron.Diagram Namespace / NCustomPath Class / NCustomPath Constructor / NCustomPath Constructor(GraphicsPath,PathType)
graphics path to use
type of the path


In This Topic
    NCustomPath Constructor(GraphicsPath,PathType)
    In This Topic
    Creates a new custom stroke path with the specified graphics path and type
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal path As System.Drawing.Drawing2D.GraphicsPath, _
       ByVal pathType As PathType _
    )
    'Usage
     
    
    Dim path As System.Drawing.Drawing2D.GraphicsPath
    Dim pathType As PathType
     
    Dim instance As New NCustomPath(path, pathType)
    public NCustomPath( 
       System.Drawing.Drawing2D.GraphicsPath path,
       PathType pathType
    )

    Parameters

    path
    graphics path to use
    pathType
    type of the path
    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