DIBSECTION class base struct

Contains information about a DIB created by calling the CreateDIBSection function.

To learn more, see learn.microsoft.com/windows/win32/api/wingdi/ns-wingdi-dibsection.

Inheritance
Implemented types
Available extensions

Constructors

DIBSECTION()

Properties

address Pointer<T>

Available on T, provided by the StructAddress extension

The memory address of the underlying data.
no setter
dsBitfields Array<Uint32>
Specifies three color masks for the DIB.
getter/setter pair
dsBm BITMAP
A BITMAP data structure that contains information about the DIB: its type, its dimensions, its color capacities, and a pointer to its bit values.
getter/setter pair
dsBmih BITMAPINFOHEADER
A BITMAPINFOHEADER structure that contains information about the color format of the DIB.
getter/setter pair
dshSection HANDLE
Contains a handle to the file mapping object that the CreateDIBSection function used to create the DIB.
getter/setter pair
dsOffset int
The offset to the bitmap's bit values within the file mapping object referenced by dshSection.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toNative({Allocator allocator = adaptiveCalloc}) Pointer<DIBSECTION>
Allocates native memory and copies the contents of this struct into it.
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited