C# 클래스 LiveCharts.Uwp.Components.GeometryParser

A String-To-PathGeometry Parser from https://stringtopathgeometry.codeplex.com/
파일 보기 프로젝트 열기: beto-rodriguez/Live-Charts 1 사용 예제들

공개 메소드들

메소드 설명
Convert ( string path ) : PathGeometry

Main conversion routine - converts string path data definition to PathGeometry object

ConvertBack ( PathGeometry geometry ) : string

Main back conversion routine - converts PathGeometry object to its string equivalent

비공개 메소드들

메소드 설명
EnsureFigure ( ) : void
GetNumericListSeparator ( IFormatProvider provider ) : char
IsNumber ( bool allowComma ) : bool
More ( ) : bool
Parse ( string path ) : PathGeometry

Main parser routine, which loops over each char in received string, and performs actions according to command/parameter being passed

ParseBack ( PathGeometry geometry ) : string
ReadBool ( ) : bool
ReadNumber ( bool allowComma ) : double
ReadPoint ( char cmd, bool allowcomma ) : Point
ReadToken ( ) : bool
Reflect ( ) : Point
SkipDigits ( bool signAllowed ) : void
SkipWhiteSpace ( bool allowComma ) : bool
ThrowBadToken ( ) : void

메소드 상세

Convert() 공개 메소드

Main conversion routine - converts string path data definition to PathGeometry object
public Convert ( string path ) : PathGeometry
path string String with path data definition
리턴 Windows.UI.Xaml.Media.PathGeometry

ConvertBack() 공개 메소드

Main back conversion routine - converts PathGeometry object to its string equivalent
public ConvertBack ( PathGeometry geometry ) : string
geometry Windows.UI.Xaml.Media.PathGeometry Path Geometry object
리턴 string