The methods of the BackBuffer class are listed below. For a complete list of BackBuffer class members, see the BackBuffer Members topic.
Dispose | Overloaded. Releases all resources used by the BackBuffer. |
Equals (inherited from Object) | Determines whether the specified Object is equal to the current Object. |
GetGraphics | Gets Graphics object associated with the back buffer. |
GetHashCode (inherited from Object) | Serves as a hash function for a particular type. GetHashCode is suitable for use in hashing algorithms and data structures like a hash table. |
GetImage | Gets Bitmap object associated with the back buffer. |
GetType (inherited from Object) | Gets the Type of the current instance. |
IsValid | Gets value idicating whether the back buffer is valid for the specified control. |
ToString (inherited from Object) | Returns a String that represents the current Object. |
Dispose | Overloaded. Releases the unmanaged resources used by the BackBuffer and optionally releases the managed resources. |
Finalize | The BackBuffer class destructor. Disposes an BackBuffer by calling this.Dispose(false). Destructor method is automatically invoked during garbage collection, unless finalization by the garbage collector has been disabled by a call to the GC.SuppressFinalize method. |
MemberwiseClone (inherited from Object) | Creates a shallow copy of the current Object. |
BackBuffer Class | Resco.Drawing Namespace