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
)

参数

  • scale
    类型:System.Single
    关系图的大小。例如,可以为100%(1.0f)。

备注

此方法设置 PageUnitPageScaleSmoothingModeTextRenderingHint 图像对象的。 此方法根据 sourceLocation 参数的参数也将图像,对象。

.NET Framework 安全性

请参阅

参考

Diagram 类

Microsoft.VisualStudio.Modeling.Diagrams 命名空间