System.Windows.Forms
1.0.5000.0
2.0.0.0
System.EventArgs
System.IDisposable
The event occurs when a control is redrawn. A specifies the to use to paint the control and the in which to paint.
For information about the event model, see [<topic://cpconEventsDelegates>].
Provides data for the event.
Constructor
The identified by the parameter is disposed when the is disposed.
Initializes a new instance of the class with the specified graphics and clipping rectangle.
The used to paint the item.
The that represents the rectangle in which to paint.
1.0.5000.0
2.0.0.0
Property
System.Drawing.Rectangle
To be added.
To be added.
Gets the rectangle in which to paint.
1.0.5000.0
2.0.0.0
Method
System.Void
Call when you are finished using the . The method leaves the in an unusable state. After calling , you must release all references to the so the garbage collector can reclaim the memory that the was occupying. For more information, see Cleaning Up Unmanaged Resources and Implementing a Dispose Method.
Always call before you release your last reference to the . Otherwise, the resources it is using will not be freed until the garbage collector calls the object's Finalize method.
Releases all resources used by the .
1.0.5000.0
2.0.0.0
Method
System.Void
This method is called by the public Dispose() method and the method. Dispose() invokes the protected method with the parameter set to true. invokes Dispose with set to false.
When the parameter is true, this method releases all resources held by any managed objects that this references. This method invokes the Dispose() method of each referenced object.
Releases the unmanaged resources used by the and optionally releases the managed resources.
true to release both managed and unmanaged resources; false to release only unmanaged resources.
1.0.5000.0
2.0.0.0
Method
System.Void
To be added.
To be added.
1.0.5000.0
2.0.0.0
Property
System.Drawing.Graphics
To be added.
To be added.
Gets the graphics used to paint.
1.0.5000.0
2.0.0.0