Click or drag to resize

BiCompression Enumeration

Defines bitmap compression types.

Namespace: Altaxo.UnmanagedApi.Gdi32
Assembly: AltaxoDom (in AltaxoDom.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public enum BiCompression
Members
Member nameValueDescription
BI_RGB0No compression.
BI_RLE81RLE compression with 8 bits per pixel.
BI_RLE42RLE compression with 4 bits per pixel.
BI_BITFIELDS3Bitfields compression.
BI_JPEG4JPEG compression.
BI_PNG5PNG compression.

The BiCompression type exposes the following members.

Extension Methods
 NameDescription
Public Extension MethodIsT Determines whether the enumeration value is equal to the specified value.
(Defined by EnumerationExtensions)
Public Extension MethodWithClearedFlagT Returns the enum value with the specified flag cleared.
(Defined by EnumerationExtensions)
Public Extension MethodWithFlagT Returns the enum value with the specified flag set or cleared, depending on the value argument.
(Defined by EnumerationExtensions)
Public Extension MethodWithSetFlagT Returns the enum value with the specified flag set.
(Defined by EnumerationExtensions)
Top
See Also