DXImage Methods
Base class for images in DevExpress controls.Name | Description |
---|---|
Clone() | Creates a copy of the DXImage instance. |
Dispose() | Releases all resources used by the DXImage object. |
Equals |
Determines whether the specified object is equal to the current DXImage instance.
|
Equals |
Determines whether the specified object instances are considered equal. Inherited from Object. |
Equals |
Determines whether the specified object is equal to the current object. Inherited from Object. |
From |
Creates an image from the specified binary string that contains the image data. |
From |
Creates an image from the specified stream that contains the image data. |
Get |
Serves as the default hash function. Inherited from Object. |
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 an image. |
Save |
Saves the image to the specified stream in the specified format. |
Save |
Saves the image to the specified stream. |
Save |
Saves the image to the specified file in the specified format. |
To |
Returns a string that represents the current object. Inherited from Object. |
See Also