System.Windows.Forms.PaintEventArgs Members

The members of System.Windows.Forms.PaintEventArgs are listed below.

See Also: Inherited members from System.EventArgs

Public Constructors

Initializes a new instance of the System.Windows.Forms.PaintEventArgs class with the specified graphics and clipping rectangle.

Public Properties

[read-only]
ClipRectangleSystem.Drawing.Rectangle.

Gets the rectangle in which to paint.

[read-only]
GraphicsSystem.Drawing.Graphics.

Gets the graphics used to paint.

Public Methods

Dispose()

Releases all resources used by the System.Windows.Forms.PaintEventArgs.

Finalize()
Documentation for this section has not yet been entered.

Protected Methods

Dispose(bool)

Releases the unmanaged resources used by the System.Windows.Forms.PaintEventArgs and optionally releases the managed resources.