C# Class Core2D.Path.Parser.XPathGeometryParser

XPathGeometry mini-language string representation parser.
ファイルを表示 Open project: Core2D/Core2D

Public Methods

Method Description
Parse ( string source ) : XPathGeometry

Parse a mini-language string representation of the XPathGeometry.

The path geometry syntax may start with a "wsp*Fwsp*(0|1)" which indicate the winding mode (F0 is EvenOdd while F1 is NonZero).

Method Details

Parse() public static method

Parse a mini-language string representation of the XPathGeometry.
The path geometry syntax may start with a "wsp*Fwsp*(0|1)" which indicate the winding mode (F0 is EvenOdd while F1 is NonZero).
public static Parse ( string source ) : XPathGeometry
source string The string with geometry data.
return XPathGeometry