DiagramPaintEventArgs Class

Definition

Paint arguments

public ref class DiagramPaintEventArgs : EventArgs
public class DiagramPaintEventArgs : EventArgs
type DiagramPaintEventArgs = class
    inherit EventArgs
Public Class DiagramPaintEventArgs
Inherits EventArgs
Inheritance
DiagramPaintEventArgs

Constructors

DiagramPaintEventArgs()

Initializes a new instance of the DiagramPaintEventArgs class.

DiagramPaintEventArgs(Graphics, Rectangle, DiagramClientView, Boolean)

Initializes a new instance of the DiagramPaintEventArgs class.

Properties

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.

Methods

DeviceToWorld(Size)

Converts a size in device units to world units.

Applies to