BufferedGraphics::Graphics Property

 

Gets a Graphics object that outputs to the graphics buffer.

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

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

Property Value

Type: System.Drawing::Graphics^

A Graphics object that outputs to the graphics buffer.

This property provides a Graphics object that draws to the graphics buffer allocated for this BufferedGraphics object.

.NET Framework
Available since 2.0
Return to top
Show: