C# Класс Core2D.Path.Parser.XPathGeometryParser

XPathGeometry mini-language string representation parser.
Показать файл Открыть проект

Открытые методы

Метод Описание
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).

Описание методов

Parse() публичный статический Метод

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.
Результат XPathGeometry