DiagramPaintEventArgs 构造函数 (Graphics, Rectangle, DiagramClientView, Boolean)

初始化 DiagramPaintEventArgs 类的新实例。

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

语法

声明
Public Sub New ( _
    graphics As Graphics, _
    clipRectangle As Rectangle, _
    diagramClientView As DiagramClientView, _
    paintChildShapes As Boolean _
)
public DiagramPaintEventArgs(
    Graphics graphics,
    Rectangle clipRectangle,
    DiagramClientView diagramClientView,
    bool paintChildShapes
)

参数

  • paintChildShapes
    类型:System.Boolean
    一个值应绘制子形状。

.NET Framework 安全性

请参见

参考

DiagramPaintEventArgs 类

DiagramPaintEventArgs 重载

Microsoft.VisualStudio.Modeling.Diagrams 命名空间