C# Class SvgToVectorDrawableConverter.Utils.Inkscape

Afficher le fichier Open project: a-student/SvgToVectorDrawableConverter

Méthodes publiques

Méthode Description
FindAppPath ( ) : string
SimplifySvgSync ( string appPath, string inputPath, string outputPath ) : void

Converts objects to paths, exports document without some namespaces and metadata.

Method Details

FindAppPath() public static méthode

public static FindAppPath ( ) : string
Résultat string

SimplifySvgSync() public static méthode

Converts objects to paths, exports document without some namespaces and metadata.
public static SimplifySvgSync ( string appPath, string inputPath, string outputPath ) : void
appPath string
inputPath string
outputPath string
Résultat void