Click or drag to resize

BITMAPV5HEADER Structure

Represents a version 5 bitmap header.
Inheritance Hierarchy
SystemObject
  SystemValueType
    Altaxo.UnmanagedApi.Gdi32BITMAPV5HEADER

Namespace: Altaxo.UnmanagedApi.Gdi32
Assembly: AltaxoDom (in AltaxoDom.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public struct BITMAPV5HEADER

The BITMAPV5HEADER type exposes the following members.

Methods
 NameDescription
Public methodEqualsIndicates whether this instance and a specified object are equal.
(Inherited from ValueType)
Public methodGetHashCodeReturns the hash code for this instance.
(Inherited from ValueType)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodToStringReturns the fully qualified type name of this instance.
(Inherited from ValueType)
Top
Fields
 NameDescription
Public fieldbV5AlphaMaskThe alpha mask.
Public fieldbV5BitCountThe bit count.
Public fieldbV5BlueMaskThe blue mask.
Public fieldbV5ClrImportantThe number of important colors.
Public fieldbV5ClrUsedThe number of colors used.
Public fieldbV5CompressionThe compression type.
Public fieldbV5CSTypeThe color space type.
Public fieldbV5EndpointsThe color endpoints.
Public fieldbV5GammaBlueThe blue gamma value.
Public fieldbV5GammaGreenThe green gamma value.
Public fieldbV5GammaRedThe red gamma value.
Public fieldbV5GreenMaskThe green mask.
Public fieldbV5HeightThe bitmap height.
Public fieldbV5IntentThe rendering intent.
Public fieldbV5PlanesThe number of planes.
Public fieldbV5ProfileDataThe profile data offset.
Public fieldbV5ProfileSizeThe profile size.
Public fieldbV5RedMaskThe red mask.
Public fieldbV5ReservedThe reserved field.
Public fieldbV5SizeThe size of this structure.
Public fieldbV5SizeImageThe image size.
Public fieldbV5WidthThe bitmap width.
Public fieldbV5XPelsPerMeterThe horizontal resolution.
Public fieldbV5YPelsPerMeterThe vertical resolution.
Top
See Also