C# Class Poupou.SvgPathConverter.SvgPathParser

Afficher le fichier Open project: spouliot/svgpath2code Class Usage Examples

Méthodes publiques

Méthode Description
Parse ( string svgPath, string name = null ) : void

Private Methods

Méthode 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 méthode

public Parse ( string svgPath, string name = null ) : void
svgPath string
name string
Résultat void