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 |
Initializes a new instance of the PathMarkupParser class.
|
Methods
Name | Value | Summary |
---|---|---|
Dispose |
void | |
Parse |
void |
Parses the specified path data and writes the result to the geometryContext of this instance.
|