Bi |
public enum BiCompression
| Member name | Value | Description |
|---|---|---|
| BI_RGB | 0 | No compression. |
| BI_RLE8 | 1 | RLE compression with 8 bits per pixel. |
| BI_RLE4 | 2 | RLE compression with 4 bits per pixel. |
| BI_BITFIELDS | 3 | Bitfields compression. |
| BI_JPEG | 4 | JPEG compression. |
| BI_PNG | 5 | PNG compression. |
The BiCompression type exposes the following members.
| Name | Description | |
|---|---|---|
| IsT |
Determines whether the enumeration value is equal to the specified value.
(Defined by EnumerationExtensions) | |
| WithClearedFlagT |
Returns the enum value with the specified flag cleared.
(Defined by EnumerationExtensions) | |
| WithFlagT |
Returns the enum value with the specified flag set or cleared, depending on the value argument.
(Defined by EnumerationExtensions) | |
| WithSetFlagT |
Returns the enum value with the specified flag set.
(Defined by EnumerationExtensions) |