Class
PathFigureCollection

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: ICollectionIEnumerableIList

Methods

AddPathFigure()

Creates and adds a path figure to the collection and returns it for further segment composition.

Declaration

cs-api-definition
public PathFigure AddPathFigure()

Returns

PathFigure

In this article
DefinitionMethodsAddPathFigure()
Not finding the help you need?
Contact Support