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<PathFigure>, ICollection<PathFigure>, IList, ICollection, IReadOnlyList<PathFigure>, IReadOnlyCollection<PathFigure>, IEnumerable<PathFigure>, IEnumerable

Inheritance: objectList<PathFigure>PathFigureCollection

Implements: ICollectionICollection<PathFigure>IEnumerableIEnumerable<PathFigure>IListIList<PathFigure>IReadOnlyCollection<PathFigure>IReadOnlyList<PathFigure>

Inherited Members List<PathFigure>.Add(PathFigure)List<PathFigure>.AddRange(IEnumerable<PathFigure>)List<PathFigure>.AsReadOnly()List<PathFigure>.BinarySearch(int, int, PathFigure, IComparer<PathFigure>)List<PathFigure>.BinarySearch(PathFigure)List<PathFigure>.BinarySearch(PathFigure, IComparer<PathFigure>)List<PathFigure>.Clear()List<PathFigure>.Contains(PathFigure)List<PathFigure>.ConvertAll<TOutput>(Converter<PathFigure, TOutput>)List<PathFigure>.CopyTo(PathFigure[])List<PathFigure>.CopyTo(int, PathFigure[], int, int)List<PathFigure>.CopyTo(PathFigure[], int)List<PathFigure>.EnsureCapacity(int)List<PathFigure>.Exists(Predicate<PathFigure>)List<PathFigure>.Find(Predicate<PathFigure>)List<PathFigure>.FindAll(Predicate<PathFigure>)List<PathFigure>.FindIndex(Predicate<PathFigure>)List<PathFigure>.FindIndex(int, Predicate<PathFigure>)List<PathFigure>.FindIndex(int, int, Predicate<PathFigure>)List<PathFigure>.FindLast(Predicate<PathFigure>)List<PathFigure>.FindLastIndex(Predicate<PathFigure>)List<PathFigure>.FindLastIndex(int, Predicate<PathFigure>)List<PathFigure>.FindLastIndex(int, int, Predicate<PathFigure>)List<PathFigure>.ForEach(Action<PathFigure>)List<PathFigure>.GetEnumerator()List<PathFigure>.GetRange(int, int)List<PathFigure>.Slice(int, int)List<PathFigure>.IndexOf(PathFigure)List<PathFigure>.IndexOf(PathFigure, int)List<PathFigure>.IndexOf(PathFigure, int, int)List<PathFigure>.Insert(int, PathFigure)List<PathFigure>.InsertRange(int, IEnumerable<PathFigure>)List<PathFigure>.LastIndexOf(PathFigure)List<PathFigure>.LastIndexOf(PathFigure, int)List<PathFigure>.LastIndexOf(PathFigure, int, int)List<PathFigure>.Remove(PathFigure)List<PathFigure>.RemoveAll(Predicate<PathFigure>)List<PathFigure>.RemoveAt(int)List<PathFigure>.RemoveRange(int, int)List<PathFigure>.Reverse()List<PathFigure>.Reverse(int, int)List<PathFigure>.Sort()List<PathFigure>.Sort(IComparer<PathFigure>)List<PathFigure>.Sort(int, int, IComparer<PathFigure>)List<PathFigure>.Sort(Comparison<PathFigure>)List<PathFigure>.ToArray()List<PathFigure>.TrimExcess()List<PathFigure>.TrueForAll(Predicate<PathFigure>)List<PathFigure>.CapacityList<PathFigure>.CountList<PathFigure>.this[int]

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