DXImage Members
In This Article
#Properties
Name | Description |
---|---|
Height | Gets the height of the image in pixels. |
Horizontal |
Gets the horizontal resolution of the image in pixels per inch. |
Image |
Gets the image format. |
Size | Gets the width and height of the image in pixels. |
Vertical |
Gets the vertical resolution of the image in pixels per inch. |
Width | Gets the width of the image in pixels. |
#Methods
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