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
)
参数
- geometryHost
类型:Microsoft.VisualStudio.Modeling.Diagrams.IGeometryHost
获取路径的形状或链接。
返回值
类型:System.Drawing.Drawing2D.GraphicsPath
路径的副本将几何形状周围的。
.NET Framework 安全性
- 对直接调用方的完全信任。此成员不能由部分信任的代码使用。有关更多信息,请参见通过部分受信任的代码使用库。