New to Telerik UI for WPFStart a free 30-day trial

Represents a utility that creates new path geometry from a given string.

Definition

Namespace:Telerik.Windows.Controls.Common

Assembly:Telerik.Windows.Controls.dll

Syntax:

C#
public class PathGeometryParser

Inheritance: objectPathGeometryParser

Constructors

Initializes a new instance of the PathGeometryParser class.

C#
public PathGeometryParser(string abbreviatedGeometry)
Parameters:abbreviatedGeometrystring

The abbreviated(string) geometry.

Methods

Parses the string data from the constructor.

C#
public PathGeometry Parse()
Returns:

PathGeometry

Returns the new PathGeometry object.