GeometryHelper.ConvertToPathGeometry 方法

將迷你語言的字串轉換為 PathGeometry

命名空間: Microsoft.Expression.Drawing.Core
組件: Microsoft.Expression.Drawing (在 microsoft.expression.drawing.dll 中)

語法

'宣告
Public Shared Function ConvertToPathGeometry ( _
    abbreviatedGeometry As String _
) As PathGeometry
'用途
Dim abbreviatedGeometry As String
Dim returnValue As PathGeometry

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

參數

abbreviatedGeometry

傳回值

從路徑迷你語言轉換所得的 PathGeometry

備註

請參閱:路徑標記語法 (https://msdn.microsoft.com/en-us/library/cc189041(VS.95).aspx)

執行緒安全性

此型別的所有公用靜態 (Visual Basic 中為 Shared ) 成員均為安全執行緒。任何例項成員則不保證為安全執行緒。

另請參閱

參照

GeometryHelper 類別
GeometryHelper 成員
Microsoft.Expression.Drawing.Core 命名空間