Nevron Open Vision Documentation
Nevron.Nov.Graphics Namespace / NGraphicsPath Class / Reverse Method


In This Topic
    Reverse Method (NGraphicsPath)
    In This Topic
    Reverses the order of points in the path and preserves the figures logical start and ends.
    Syntax
    'Declaration
     
    
    Public Sub Reverse() 
    'Usage
     
    
    Dim instance As NGraphicsPath
     
    instance.Reverse()
    public void Reverse()
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also