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(DXImage) |
Determines whether the specified object is equal to the current DXImage instance.
|
Equals(Object, Object) static | Determines whether the specified object instances are considered equal. Inherited from Object. |
Equals(Object) | Determines whether the specified object is equal to the current object. Inherited from Object. |
FromBase64String(String) static | Creates an image from the specified binary string that contains the image data. |
FromStream(Stream) static | Creates an image from the specified stream that contains the image data. |
GetHashCode() | Serves as the default hash function. Inherited from Object. |
GetType() | Gets the Type of the current instance. Inherited from Object. |
MemberwiseClone() protected | Creates a shallow copy of the current Object. Inherited from Object. |
ReferenceEquals(Object, Object) static | Determines whether the specified Object instances are the same instance. Inherited from Object. |
RotateFlip(DXRotateFlipType) | Rotates and flips an image. |
Save(Stream, DXImageFormat) | Saves the image to the specified stream in the specified format. |
Save(Stream) | |
Save(String, DXImageFormat) | Saves the image to the specified file in the specified format. |
ToString() | Returns a string that represents the current object. Inherited from Object. |
See Also