C# Class Poupou.SvgPathConverter.SvgPathParser

ファイルを表示 Open project: spouliot/svgpath2code Class Usage Examples

Public Methods

Method Description
Parse ( string svgPath, string name = null ) : void

Private Methods

Method Description
Advance ( string s, int &pos ) : void
FindNonFloat ( string s, int pos ) : int
GetFloat ( string svg, int &pos ) : float
GetPoint ( string svg, int &pos ) : PointF
MakeRelative ( PointF c, PointF m ) : PointF
MorePointsAvailable ( string s, int pos ) : bool
Parse ( string svg, string name, ISourceFormatter formatter ) : void

Method Details

Parse() public method

public Parse ( string svgPath, string name = null ) : void
svgPath string
name string
return void