ShapeGeometry.HasOutline 方法

,如果此类型的几何图形有一个可见边框,则为 true。

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

语法

声明
Protected Overridable Function HasOutline ( _
    geometryHost As IGeometryHost _
) As Boolean
protected virtual bool HasOutline(
    IGeometryHost geometryHost
)

参数

返回值

类型:System.Boolean
true 形状几何图形调整;否则,错误。

备注

几何形状的轮廓将绘制了 OutlinePenId 指定的笔。

.NET Framework 安全性

请参见

参考

ShapeGeometry 类

Microsoft.VisualStudio.Modeling.Diagrams 命名空间