PaintValueEventArgs.Graphics Property

Definition

Gets the Graphics object with which painting should be done.

public:
 property System::Drawing::Graphics ^ Graphics { System::Drawing::Graphics ^ get(); };
public System.Drawing.Graphics Graphics { get; }
member this.Graphics : System.Drawing.Graphics
Public ReadOnly Property Graphics As Graphics

Property Value

A Graphics object to use for painting.

Applies to