Méthode | Description | |
---|---|---|
Parse ( XGeometryContext context, string pathString, int startIndex ) : void |
Parse a SVG path geometry string.
|
Méthode | Description | |
---|---|---|
EnsureFigure ( ) : void | ||
HaveMore ( ) : bool | ||
InvalidToken ( ) : void | ||
IsNumber ( bool allowComma ) : bool | ||
ReadBool ( ) : bool | ||
ReadNumber ( bool allowComma ) : double | ||
ReadPoint ( char cmd, bool allowcomma ) : |
||
ReadToken ( ) : bool | ||
Reflect ( ) : |
||
SkipDigits ( bool signAllowed ) : void | ||
SkipWhiteSpace ( bool allowComma ) : bool |
public Parse ( XGeometryContext context, string pathString, int startIndex ) : void | ||
context | XGeometryContext | The geometry context. |
pathString | string | The path geometry string |
startIndex | int | The string start index. |
Résultat | void |