Nevron .NET Vision
Nevron.GraphicsCore Namespace / NPathFigure Class / Close Method


In This Topic
    Close Method (NPathFigure)
    In This Topic
    Closes the path figure, if it is not already closed
    Syntax
    'Declaration
     
    
    Public Sub Close() 
    'Usage
     
    
    Dim instance As NPathFigure
     
    instance.Close()
    public void Close()
    Remarks
    The implementation adds a line command, which connect the last with the first command and marks the figure as 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