[]
GDI-like image descriptor.
public sealed class Image : IDisposable, ICloneable
Name | Description |
---|---|
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 |
---|---|
Clone() | |
Dispose() | |
FromStream(Stream) | Creates an Image from the specified data stream. |
Save(Stream, ImageFormat) | Saves this Image to the specified stream in the specified format. |