Table of Contents

Class PathFigures

Namespace
Avalonia.Media
Assembly
Avalonia.Base.dll
public sealed class PathFigures : AvaloniaList<PathFigure>, IAvaloniaList<PathFigure>, IList<PathFigure>, ICollection<PathFigure>, IAvaloniaReadOnlyList<PathFigure>, IReadOnlyList<PathFigure>, IReadOnlyCollection<PathFigure>, IEnumerable<PathFigure>, INotifyCollectionChanged, INotifyPropertyChanged, IList, ICollection, IEnumerable
Inheritance
PathFigures
Implements
Inherited Members
Extension Methods

Constructors

PathFigures()

public PathFigures()

Methods

Parse(string)

Parses the specified path data to a PathFigures.

public static PathFigures Parse(string pathData)

Parameters

pathData string

The s.

Returns

PathFigures