C# Class AdvancedLauncher.Tools.Win32.User32.WINDOWPOS

Afficher le fichier Open project: GoldRenard/DMOAdvancedLauncher

Méthodes publiques

Свойство Type Description
cx int
cy int
flags SWP
hwnd System.IntPtr
hwndInsertAfter System.IntPtr
x int
y int

Property Details

cx public_oe property

public int cx
Résultat int

cy public_oe property

public int cy
Résultat int

flags public_oe property

public SWP flags
Résultat SWP

hwnd public_oe property

public IntPtr,System hwnd
Résultat System.IntPtr

hwndInsertAfter public_oe property

public IntPtr,System hwndInsertAfter
Résultat System.IntPtr

x public_oe property

public int x
Résultat int

y public_oe property

public int y
Résultat int