Nevron .NET Vision
Nevron.GraphicsCore Namespace / NPath Class / Figures Property


In This Topic
    Figures Property
    In This Topic
    Obtains a list of the figures, from which the path is constructed
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Figures As NPathFigureList
    'Usage
     
    
    Dim instance As NPath
    Dim value As NPathFigureList
     
    value = instance.Figures
    public NPathFigureList Figures {get;}
    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