ShapeGeometry.GetPathCopy 方法

在几何形状周围获取路径的副本。 ,当您完成时,请配置路径。

命名空间:  Microsoft.VisualStudio.Modeling.Diagrams
程序集:  Microsoft.VisualStudio.Modeling.Sdk.Diagrams.11.0(在 Microsoft.VisualStudio.Modeling.Sdk.Diagrams.11.0.dll 中)

语法

声明
Public Function GetPathCopy ( _
    geometryHost As IGeometryHost _
) As GraphicsPath
public GraphicsPath GetPathCopy(
    IGeometryHost geometryHost
)

参数

返回值

类型:System.Drawing.Drawing2D.GraphicsPath
路径的副本将几何形状周围的。

.NET Framework 安全性

请参见

参考

ShapeGeometry 类

Microsoft.VisualStudio.Modeling.Diagrams 命名空间