public class DesktopBitmap : IBitmap,
IDisposablePublic Class DesktopBitmap
Implements IBitmap, IDisposablepublic ref class DesktopBitmap : IBitmap,
IDisposabletype DesktopBitmap =
class
interface IBitmap
interface IDisposable
end| DesktopBitmap | Initializes a new instance of the DesktopBitmap class |
| Format | Current BitmapFormat. |
| Height | Height of the bitmap. |
| Width | Width of the bitmap. |
| Dispose | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) |
| FromStream | Loads a bitmap from given stream. |
| GetHashCode | Serves as the default hash function. (Inherited from Object) |
| GetType | Gets the Type of the current instance. (Inherited from Object) |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) |
| Rotate | Rotates a bitmap on the specified in degrees angle. |
| ToStream | Generates a stream output from a current bitmap. |
| ToString | Returns a string that represents the current object. (Inherited from Object) |
| UnwrapT | Returns native bitmap object. |
| WrapT | Wraps a native bitmap object. |
| Clone |
Copies current IBitmap to another object.
(Defined by BitmapExtensions) |