GeometryHelper.ConvertToPathGeometry Method

Converts a string of mini-languages to a PathGeometry.

Namespace: Microsoft.Expression.Drawing.Core
Assembly: Microsoft.Expression.Drawing (in microsoft.expression.drawing.dll)

Syntax

'Declaration
Public Shared Function ConvertToPathGeometry ( _
    abbreviatedGeometry As String _
) As PathGeometry
'Usage
Dim abbreviatedGeometry As String
Dim returnValue As PathGeometry

returnValue = GeometryHelper.ConvertToPathGeometry(abbreviatedGeometry)
public static PathGeometry ConvertToPathGeometry (
    string abbreviatedGeometry
)
public:
static PathGeometry^ ConvertToPathGeometry (
    String^ abbreviatedGeometry
)
public static PathGeometry ConvertToPathGeometry (
    String abbreviatedGeometry
)
public static function ConvertToPathGeometry (
    abbreviatedGeometry : String
) : PathGeometry

Parameters

abbreviatedGeometry

The string of path mini-languages for describing geometric paths.

Return Value

A PathGeometry converted from the the path mini-languages.

Remarks

See: Path Markup Syntax(https://msdn.microsoft.com/en-us/library/cc189041(VS.95).aspx)

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

GeometryHelper Class
GeometryHelper Members
Microsoft.Expression.Drawing.Core Namespace