Table of Contents

Struct User32.WINDOWPOS

Namespace
Xui.Runtime.Windows.Win32
Assembly
Xui.Runtime.Windows.dll
public struct User32.WINDOWPOS
Inherited Members

Fields

cx

public int cx

Field Value

int

cy

public int cy

Field Value

int

flags

public uint flags

Field Value

uint

hwnd

public nint hwnd

Field Value

nint

hwndInsertAfter

public nint hwndInsertAfter

Field Value

nint

x

public int x

Field Value

int

y

public int y

Field Value

int