BinaryLinkShapeBase.GeometryEdgePoints 属性

获取边缘点,单位为世界单位 (预期仅由 ShapeGeometry 的派生类调用。)

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

语法

声明
Public ReadOnly Property GeometryEdgePoints As EdgePointCollection
public EdgePointCollection GeometryEdgePoints { get; }

属性值

类型:Microsoft.VisualStudio.Modeling.Diagrams.EdgePointCollection

实现

IBinaryLinkGeometryData.GeometryEdgePoints

备注

在世界单元获取其边缘点。此方法只打算由 ShapeGeometry-衍生类调用。

.NET Framework 安全性

请参阅

参考

BinaryLinkShapeBase 类

Microsoft.VisualStudio.Modeling.Diagrams 命名空间