Table of Contents

Class PathMarkupParser

Namespace
Avalonia.Media
Assembly
Avalonia.Base.dll

Parses a path markup string.

public class PathMarkupParser : IDisposable
Inheritance
PathMarkupParser
Implements
Inherited Members

Constructors

PathMarkupParser(IGeometryContext)

Initializes a new instance of the PathMarkupParser class.

public PathMarkupParser(IGeometryContext geometryContext)

Parameters

geometryContext IGeometryContext

The geometry context.

Exceptions

ArgumentNullException

geometryContext

Methods

Dispose(bool)

protected virtual void Dispose(bool disposing)

Parameters

disposing bool

Parse(string)

Parses the specified path data and writes the result to the geometryContext of this instance.

public void Parse(string pathData)

Parameters

pathData string

The path data.