DIBSECTION class Null safety Struct
The DIBSECTION structure contains information about a DIB created by calling the CreateDIBSection function. A DIBSECTION structure includes information about the bitmap's dimensions, color format, color masks, optional file mapping object, and optional bit values storage offset. An application can obtain a filled-in DIBSECTION structure for a given DIB by calling the GetObject function.
- Inheritance
-
- Object
- NativeType
- Struct
- DIBSECTION
Constructors
Properties
-
dsBitfields
↔ Array<
Uint32> -
@Array<
NativeType> (3), read / write - dsBm ↔ BITMAP
-
read / write
- dsBmih ↔ BITMAPINFOHEADER
-
read / write
- dshSection ↔ int
-
@IntPtr(), read / write
- dsOffset ↔ int
-
@Uint32(), read / write
- hashCode → int
-
The hash code for this object.
read-only, inherited
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited