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


In This Topic
    CloseFigure Method (NPath)
    In This Topic
    Closes the last figure. All subsequent commands added to the path will be added to a new figure
    Syntax
    'Declaration
     
    
    Public Sub CloseFigure() 
    'Usage
     
    
    Dim instance As NPath
     
    instance.CloseFigure()
    public void CloseFigure()
    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