PaintValueEventArgs::Graphics Property

 

Gets the Graphics object with which painting should be done.

Namespace:   System.Drawing.Design
Assembly:  System.Drawing (in System.Drawing.dll)

public:
property Graphics^ Graphics {
	Graphics^ get();
}

Property Value

Type: System.Drawing::Graphics^

A Graphics object to use for painting.

.NET Framework
Available since 1.1
Return to top
Show: