PAINTSTRUCT class Null safety Struct
The PAINTSTRUCT structure contains information for an application. This information can be used to paint the client area of a window owned by that application.
- Inheritance
- Object
- NativeType
- Struct
- PAINTSTRUCT
- Available Extensions
Constructors
Properties
- fErase ↔ int
-
@Int32(), read / write
- fIncUpdate ↔ int
-
@Int32(), read / write
- fRestore ↔ int
-
@Int32(), read / write
- hashCode → int
-
The hash code for this object. [...]
read-only, inherited
- hdc ↔ int
-
@IntPtr(), read / write
- rcPaint ↔ RECT
-
read / write
- rgb1 ↔ int
-
@Uint64(), read / write
- rgb2 ↔ int
-
@Uint64(), read / write
- rgb3 ↔ int
-
@Uint64(), read / write
- rgb4 ↔ int
-
@Uint64(), read / write
- 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