Document Solutions for PDF
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Imaging Namespace / GraphicsPath Class / Figures Property

In This Topic
    Figures Property (GraphicsPath)
    In This Topic
    Gets the array of figures in the path.
    Syntax
    'Declaration
     
    Public ReadOnly Property Figures As IFigure()
    public IFigure[] Figures {get;}
    See Also