LinkShapeGeometry.DrawDecorator 方法
绘制 LinkShape 的装饰器。
命名空间: Microsoft.VisualStudio.Modeling.Diagrams
程序集: Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0(在 Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0.dll 中)
语法
声明
Protected Shared Sub DrawDecorator ( _
e As DiagramPaintEventArgs, _
geometryHost As IGeometryHost, _
rotation As Single, _
centerRight As PointD, _
decorator As LinkDecorator, _
geometrySize As SizeD _
)
protected static void DrawDecorator(
DiagramPaintEventArgs e,
IGeometryHost geometryHost,
float rotation,
PointD centerRight,
LinkDecorator decorator,
SizeD geometrySize
)
参数
- e
类型:Microsoft.VisualStudio.Modeling.Diagrams.DiagramPaintEventArgs
包含绘画事件数据的 DiagramPaintEventArgs。
- geometryHost
类型:Microsoft.VisualStudio.Modeling.Diagrams.IGeometryHost
几何图形的实例数据。
- rotation
类型:System.Single
在 centerRight 指定的点周围的顺时针旋转角度
- centerRight
类型:Microsoft.VisualStudio.Modeling.Diagrams.PointD
表示旋转的中心的点。
- decorator
类型:Microsoft.VisualStudio.Modeling.Diagrams.LinkDecorator
要绘制 LinkDecorator。
- geometrySize
类型:Microsoft.VisualStudio.Modeling.Diagrams.SizeD
要绘制的形状的几何尺寸
.NET Framework 安全性
- 对直接调用方的完全信任。此成员不能由部分信任的代码使用。有关详细信息,请参阅通过部分受信任的代码使用库。