메소드 | 설명 | |
---|---|---|
Convert ( string path ) : |
Main conversion routine - converts string path data definition to PathGeometry object
|
|
ConvertBack ( |
Main back conversion routine - converts PathGeometry object to its string equivalent
|
메소드 | 설명 | |
---|---|---|
EnsureFigure ( ) : void | ||
GetNumericListSeparator ( IFormatProvider provider ) : char | ||
IsNumber ( bool allowComma ) : bool | ||
More ( ) : bool | ||
Parse ( string path ) : |
Main parser routine, which loops over each char in received string, and performs actions according to command/parameter being passed
|
|
ParseBack ( |
||
ReadBool ( ) : bool | ||
ReadNumber ( bool allowComma ) : double | ||
ReadPoint ( char cmd, bool allowcomma ) : Point | ||
ReadToken ( ) : bool | ||
Reflect ( ) : Point | ||
SkipDigits ( bool signAllowed ) : void | ||
SkipWhiteSpace ( bool allowComma ) : bool | ||
ThrowBadToken ( ) : void |
public Convert ( string path ) : |
||
path | string | String with path data definition |
리턴 |
public ConvertBack ( |
||
geometry | Path Geometry object | |
리턴 | string |