The ImageProperties type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| ImageProperties | Initializes a new instance of the ImageProperties class |
Methods
| Name | Description | |
|---|---|---|
| Equals | (Inherited from Object.) | |
| GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| ToString | (Inherited from Object.) |
Properties
| Name | Description | |
|---|---|---|
| BitsPerPixel |
Gets the number of bits used to store each pixel in the pixel format.
| |
| HasAlpha |
Gets whether the pixel data contains alpha values that are not premultiplied.
| |
| HasPremultipliedAlpha |
Gets whether the pixel format contains premultiplied alpha values.
| |
| IsCanonical |
Gets whether the format specifies 24-bit color depth and an 8-bit alpha channel.
| |
| IsExtended |
Gets whether the pixel format is marked as extended.
| |
| IsGdi |
Gets whether the pixel data contains GDI colors.
| |
| IsIndexed |
Gets whether the pixel data contains color-indexed values, which means
the values are an index to colors in the system color table, as opposed
to individual color values.
| |
| MaxColors |
Gets the maximum number of colors that are available in the pixel format.
| |
| PixelFormat |
Specifies the format of the color data for each pixel in the image.
|