Sdílet prostřednictvím


DiagramPaintEventArgs – konstruktor (Graphics, Rectangle, DiagramClientView, Boolean)

Inicializuje novou instanci třídy DiagramPaintEventArgs.

Obor názvů:  Microsoft.VisualStudio.Modeling.Diagrams
Sestavení:  Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0 (v Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0.dll)

Syntaxe

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

Parametry

  • paintChildShapes
    Typ: System.Boolean
    Hodnota určující, zda podřízené obrazce by vybarvené.

Zabezpečení rozhraní .NET Framework

Viz také

Referenční dokumentace

DiagramPaintEventArgs Třída

DiagramPaintEventArgs – přetížení

Microsoft.VisualStudio.Modeling.Diagrams – obor názvů