DXBitmap Methods
Encapsulates a bitmap which consists of the pixel data for a graphics image and its attributes.Name | Description |
---|---|
Clone() |
Clones the current DXBitmap object.
|
Crop |
Crops the bitmap to the specified rectangle. |
Crop |
Crops the bitmap to the specified rectangle. |
Dispose() | Releases all resources used by the DXImage object. Inherited from DXImage. |
Equals |
Determines whether the specified object is equal to the current DXBitmap instance.
|
Equals |
Determines whether the specified object is equal to the current DXImage instance.
Inherited from DXImage. |
Equals |
Determines whether the specified object instances are considered equal. Inherited from Object. |
Equals |
Determines whether the specified object is equal to the current DXBitmap instance.
|
From |
Creates an image from the specified binary string that contains the image data. Inherited from DXImage. |
From |
Creates an image from the specified stream that contains the image data. Inherited from DXImage. |
Get |
Gets a hash code for the DXBitmap object.
|
Get |
Gets the color of the specified pixel. |
Get |
Gets the Type of the current instance. Inherited from Object. |
Memberwise |
Creates a shallow copy of the current Object. Inherited from Object. |
Reference |
Determines whether the specified Object instances are the same instance. Inherited from Object. |
Rotate |
Rotates and flips the image. |
Save |
Saves the image to the specified stream in the specified format. Inherited from DXImage. |
Save |
Saves the image to the specified stream. Inherited from DXImage. |
Save |
Saves the image to the specified file in the specified format. Inherited from DXImage. |
Set |
Sets the resolution of this DXBitmap object.
|
To |
Returns a string that represents the current object. Inherited from Object. |
See Also