DiagramPaintEventArgs Class
Paint arguments
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0.dll)
| Name | Description | |
|---|---|---|
![]() | DiagramPaintEventArgs() | Initializes a new instance of the DiagramPaintEventArgs class. |
![]() | DiagramPaintEventArgs(Graphics^, Rectangle, DiagramClientView^, Boolean) | Initializes a new instance of the DiagramPaintEventArgs class. |
| Name | Description | |
|---|---|---|
![]() | ClipRectangle | Gets the clipping rectangle in device units |
![]() | Graphics | Gets the Graphics object used to paint. |
![]() | Handled | Gets or sets a value indicating whether this event has been handled. |
![]() | IsPrinting | Gets a value indicating whether the diagram is being printed. |
![]() | PaintChildShapes | Gets a value indicating whether the shape paint handlers are expected to paint their child shapes. |
![]() | View | Gets the view that the Graphics object belongs to. This property may return null if the Graphics object does not belong to a DiagramClientView. |
| Name | Description | |
|---|---|---|
![]() | DeviceToWorld(Size) | Converts a size in device units to world units. |
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


