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


In This Topic
    GetFigure Method
    In This Topic
    Gets the figures in the graphics path
    Syntax
    'Declaration
     
    
    Public Function GetFigure( _
       ByVal index As System.Integer _
    ) As NGraphicsPathFigure
    'Usage
     
    
    Dim instance As NGraphicsPath
    Dim index As System.Integer
    Dim value As NGraphicsPathFigure
     
    value = instance.GetFigure(index)
    public NGraphicsPathFigure GetFigure( 
       System.int index
    )

    Parameters

    index
    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