DiagramPaintEventArgs Properties

 

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

NameDescription
System_CAPS_pubpropertyClipRectangle

Gets the clipping rectangle in device units

System_CAPS_pubpropertyGraphics

Gets the Graphics object used to paint.

System_CAPS_pubpropertyHandled

Gets or sets a value indicating whether this event has been handled.

System_CAPS_pubpropertyIsPrinting

Gets a value indicating whether the diagram is being printed.

System_CAPS_pubpropertyPaintChildShapes

Gets a value indicating whether the shape paint handlers are expected to paint their child shapes.

System_CAPS_pubpropertyView

Gets the view that the Graphics object belongs to. This property may return null if the Graphics object does not belong to a DiagramClientView.

Return to top
Show: