Bitmap Class |
public class Bitmap
The Bitmap type exposes the following members.
| Name | Description | |
|---|---|---|
| Bitmap(Bitmap) | Creates a deep copy of the provided bitmap. | |
| Bitmap(String) | Creates an empty bitmap with an optional window name. |
| Name | Description | |
|---|---|---|
| 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) | |
| 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) | |
| ToString | Returns a string that represents the current object. (Inherited from Object) |
| Name | Description | |
|---|---|---|
| Attach | Attachment target for the bitmap. | |
| BorderType | Border type drawn around the bitmap. | |
| ClientRect | Client rectangle where the bitmap is displayed. | |
| Data | Raw bitmap data bytes. | |
| Size | Size in bytes of the bitmap data. | |
| WindowName | Name of the window the bitmap belongs to (if any). |