The InTheHand.Drawing.Imaging namespace provides advanced GDI+ imaging functionality.
| C# | Visual Basic |
namespace InTheHand.Drawing.Imaging
Namespace InTheHand.Drawing.Imaging
| All Types | Classes | Enumerations |
| Icon | Type | Description |
|---|---|---|
| Encoder |
An Encoder object encapsulates a globally unique identifier (GUID) that identifies the category of an image encoder parameter.
| |
| EncoderParameter |
Used to pass a value, or an array of values, to an image encoder.
| |
| EncoderParameters |
Encapsulates an array of EncoderParameter objects.
| |
| EncoderParameterValueType |
Used to specify the data type of the EncoderParameter used with the Save(String, ImageCodecInfo, EncoderParameters) method of an image.
| |
| ImageCodecFlags |
Provides attributes of an image encoder/decoder (codec).
| |
| ImageCodecInfo |
The ImageCodecInfo class provides the necessary storage members and methods to retrieve all pertinent information about the installed image encoders and decoders (called codecs).
| |
| PixelFormat |
Specifies the format of the color data for each pixel in the image.
| |
| PropertyItem |
Encapsulates a metadata property to be included in an image file.
| |
| PropertyTag |
Image property EXIF tags.
| |
| PropertyTagType |
Defines the property data type.
|