ClassPathFigureCollection
Class
Collection of path figures for constructing vector graphics on document pages; use to compose shapes before stroking or filling.
Definition
Namespace:Telerik.Windows.Documents.Fixed.Model.Collections
Assembly:Telerik.Windows.Documents.Core.dll
Syntax:
cs-api-definition
public sealed class PathFigureCollection : List<PathFigure>, IList, ICollection, IEnumerable
Inheritance: objectList<PathFigure>PathFigureCollection
Implements:
Methods
AddPathFigure()
Creates and adds a path figure to the collection and returns it for further segment composition.