C# 클래스 Core2D.Path.Parser.SvgToXPathGeometryParser

Parser for SVG path geometry http://www.w3.org/TR/SVG11/paths.html.
파일 보기 프로젝트 열기: Core2D/Core2D 1 사용 예제들

공개 메소드들

메소드 설명
Parse ( XGeometryContext context, string pathString, int startIndex ) : void

Parse a SVG path geometry string.

비공개 메소드들

메소드 설명
EnsureFigure ( ) : void
HaveMore ( ) : bool
InvalidToken ( ) : void
IsNumber ( bool allowComma ) : bool
ReadBool ( ) : bool
ReadNumber ( bool allowComma ) : double
ReadPoint ( char cmd, bool allowcomma ) : Point2
ReadToken ( ) : bool
Reflect ( ) : Point2
SkipDigits ( bool signAllowed ) : void
SkipWhiteSpace ( bool allowComma ) : bool

메소드 상세

Parse() 공개 메소드

Parse a SVG path geometry string.
public Parse ( XGeometryContext context, string pathString, int startIndex ) : void
context XGeometryContext The geometry context.
pathString string The path geometry string
startIndex int The string start index.
리턴 void