Freigeben über


DiagramPaintEventArgs-Konstruktor (Graphics, Rectangle, DiagramClientView, Boolean)

Initialisiert eine neue Instanz der DiagramPaintEventArgs-Klasse.

Namespace:  Microsoft.VisualStudio.Modeling.Diagrams
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0.dll)

Syntax

'Declaration
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
)

Parameter

  • paintChildShapes
    Typ: System.Boolean
    Ein Wert, der angibt, ob die untergeordneten Formen gezeichnet werden sollen.

.NET Framework-Sicherheit

Siehe auch

Referenz

DiagramPaintEventArgs Klasse

DiagramPaintEventArgs-Überladung

Microsoft.VisualStudio.Modeling.Diagrams-Namespace