[]
It is a cross-platform Image-like image descriptor.
public sealed class Image
| Name | Description |
|---|---|
| Data | Gets a byte array containing the image data. |
| Height | Gets the height of this Image. |
| HorizontalResolution | Gets the horizontal resolution, in pixels-per-inch, of this Image. |
| RawFormat | Gets the format of this Image. |
| Size | Gets the width and height of this Image. |
| VerticalResolution | Gets the vertical resolution, in pixels-per-inch, of this Image. |
| Width | Gets the width of this Image. |
| Name | Description |
|---|---|
| Equals(object) | Performs a comparison of two Image objects by value. |
| FromFile(string) | Creates an Image from the specified file. |
| FromStream(Stream) | Creates an Image from the specified data stream. |
| GetHashCode() | Gets the hash code of the current instance of class Font. |