DiagramPaintEventArgs Constructor (Graphics, Rectangle, DiagramClientView, Boolean)

Initializes a new instance of the DiagramPaintEventArgs class.

Namespace:  Microsoft.VisualStudio.Modeling.Diagrams
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.Diagrams.11.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.11.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
)
public:
DiagramPaintEventArgs(
    Graphics^ graphics, 
    Rectangle clipRectangle, 
    DiagramClientView^ diagramClientView, 
    bool paintChildShapes
)
new : 
        graphics:Graphics * 
        clipRectangle:Rectangle * 
        diagramClientView:DiagramClientView * 
        paintChildShapes:bool -> DiagramPaintEventArgs
public function DiagramPaintEventArgs(
    graphics : Graphics, 
    clipRectangle : Rectangle, 
    diagramClientView : DiagramClientView, 
    paintChildShapes : boolean
)

Parameters

  • graphics
    Type: Graphics

    The Graphics object used to paint.

  • clipRectangle
    Type: Rectangle

    The clipping region in device units

  • paintChildShapes
    Type: Boolean

    A value indicating whether the child shapes should be painted.

.NET Framework Security

See Also

Reference

DiagramPaintEventArgs Class

DiagramPaintEventArgs Overload

Microsoft.VisualStudio.Modeling.Diagrams Namespace