Contains information about the size and position of a window.
To learn more, see learn.microsoft.com/windows/win32/api/winuser/ns-winuser-windowpos.
- Inheritance
- Implemented types
- Available extensions
Constructors
Properties
-
address
→ Pointer<
T> -
Available on T, provided by the StructAddress extension
The memory address of the underlying data.no setter - cx ↔ int
-
The window width, in pixels.
getter/setter pair
- cy ↔ int
-
The window height, in pixels.
getter/setter pair
- flags ↔ SET_WINDOW_POS_FLAGS
-
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- hwnd ↔ HWND
-
A handle to the window.
getter/setter pair
- hwndInsertAfter ↔ HWND
-
The position of the window in Z order (front-to-back position).
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- x ↔ int
-
The position of the left edge of the window.
getter/setter pair
- y ↔ int
-
The position of the top edge of the window.
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toNative(
{Allocator allocator = adaptiveCalloc}) → Pointer< WINDOWPOS> - 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