Nevron .NET Vision
Nevron.GraphicsCore Namespace / NPath Class / StartFigure Method


In This Topic
    StartFigure Method (NPath)
    In This Topic
    Starts a new figure without closing the current figure. All subsequent commands added to the path are added to a new figure
    Syntax
    'Declaration
     
    
    Public Sub StartFigure() 
    'Usage
     
    
    Dim instance As NPath
     
    instance.StartFigure()
    public void StartFigure()

    Return Value

    a reference to the newly started figure
    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