The ParserHelper type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| ParseIndex |
Parses the specified glyph index value.
| |
| ParseIndices |
Parses the indices from given Glyphs element.
| |
| ParseInt32(String, Int32) |
Parses an integer from given string starting at specified index until a non digit character or the end of string is reached.
| |
| ParseInt32(String, Int32, Int32%) |
Parses an integer from given string starting at specified index until a non digit character or the end of string is reached.
| |
| TryParseColor |
Parses a color value from specified string.
| |
| TryParseColorContext |
Parses a color context from specified string.
| |
| TryParseMatrix |
Parses a matrix from given value.
| |
| TryParsePathDataBounds |
Parses the bounds of given minipath data value.
| |
| TryParsePathRect |
Parses a rectangle from given Path data value where the path data must be in the form 'M x,y L x,y L x,y L x,y' or 'M x,y L x,y L x,y Z.
| |
| TryParseRect |
Parses a rectangle from given string.
| |
| TryParseStaticResourceKey |
Parses a resource key from given value where the value is in the form {StaticResource x}
|