LinkShapeGeometry.DrawDecorator 方法
绘制 LinkShape 的修饰器。
命名空间: Microsoft.VisualStudio.Modeling.Diagrams
程序集: Microsoft.VisualStudio.Modeling.Sdk.Diagrams.11.0(在 Microsoft.VisualStudio.Modeling.Sdk.Diagrams.11.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
类型:Microsoft.VisualStudio.Modeling.Diagrams.PointD
表示旋转的中心点。
- decorator
类型:Microsoft.VisualStudio.Modeling.Diagrams.LinkDecorator
绘制 LinkDecorator。
- geometrySize
类型:Microsoft.VisualStudio.Modeling.Diagrams.SizeD
绘制形状的几何图形大小
.NET Framework 安全性
- 对直接调用方的完全信任。此成员不能由部分信任的代码使用。有关更多信息,请参见通过部分受信任的代码使用库。