BITMAP class base struct

The BITMAP structure defines the type, width, height, color format, and bit values of a bitmap.

Inheritance

Constructors

BITMAP()

Properties

bmBits Pointer<NativeType>
getter/setter pair
bmBitsPixel int
getter/setter pair
bmHeight int
getter/setter pair
bmPlanes int
getter/setter pair
bmType int
getter/setter pair
bmWidth int
getter/setter pair
bmWidthBytes int
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
toString() String
A string representation of this object.
inherited

Operators

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