Diagram.Print 方法
绘制图表。
命名空间: Microsoft.VisualStudio.Modeling.Diagrams
程序集: Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0(在 Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0.dll 中)
语法
声明
Public Sub Print ( _
graphics As Graphics, _
clipRectangle As Rectangle, _
sourceLocation As PointD, _
scale As Single _
)
public void Print(
Graphics graphics,
Rectangle clipRectangle,
PointD sourceLocation,
float scale
)
参数
- graphics
类型:System.Drawing.Graphics
用于绘制关系图的图形对象。
- clipRectangle
类型:System.Drawing.Rectangle
要绘制关系图的矩形区域。
- sourceLocation
类型:Microsoft.VisualStudio.Modeling.Diagrams.PointD
在剪辑矩形的左上角指向绘制图。
- scale
类型:System.Single
关系图的大小。例如,可以为100%(1.0f)。
备注
此方法设置 PageUnit、PageScale、SmoothingMode和 TextRenderingHint 图像对象的。 此方法根据 sourceLocation 参数的参数也将图像,对象。
.NET Framework 安全性
- 对直接调用方的完全信任。此成员不能由部分信任的代码使用。有关详细信息,请参阅通过部分受信任的代码使用库。