C# 클래스 SvgToVectorDrawableConverter.Utils.Inkscape

파일 보기 프로젝트 열기: a-student/SvgToVectorDrawableConverter

공개 메소드들

메소드 설명
FindAppPath ( ) : string
SimplifySvgSync ( string appPath, string inputPath, string outputPath ) : void

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

메소드 상세

FindAppPath() 공개 정적인 메소드

public static FindAppPath ( ) : string
리턴 string

SimplifySvgSync() 공개 정적인 메소드

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
리턴 void