Nevron .NET Vision
Nevron.GraphicsCore Namespace / NGraphicsPathFigure Structure / NGraphicsPathFigure Constructor


In This Topic
    NGraphicsPathFigure Constructor
    In This Topic
    Initializer constructor
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal start As System.Integer, _
       ByVal end As System.Integer, _
       ByVal closed As System.Boolean _
    )
    'Usage
     
    
    Dim start As System.Integer
    Dim end As System.Integer
    Dim closed As System.Boolean
     
    Dim instance As New NGraphicsPathFigure(start, end, closed)
    public NGraphicsPathFigure( 
       System.int start,
       System.int end,
       System.bool closed
    )

    Parameters

    start
    end
    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