PathMarkupParser Class

Summary

Parses a path markup string.
Namespace
Avalonia.Media
Interfaces
  • IDisposable
Base Types
  • object
graph BT Type-->Base0["object"] Type-.->Interface0["IDisposable"] Type["PathMarkupParser"] class Type type-node

Syntax

public class PathMarkupParser : IDisposable

Constructors

Name Summary
PathMarkupParser(IGeometryContext) Initializes a new instance of the PathMarkupParser class.

Methods

Name Value Summary
Dispose(bool) void
Parse(string) void
Parses the specified path data and writes the result to the geometryContext of this instance.