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

Show file Open project: GoldRenard/DMOAdvancedLauncher

Public Properties

Property Type Description
cx int
cy int
flags SWP
hwnd System.IntPtr
hwndInsertAfter System.IntPtr
x int
y int

Property Details

cx public property

public int cx
return int

cy public property

public int cy
return int

flags public property

public SWP flags
return SWP

hwnd public property

public IntPtr,System hwnd
return System.IntPtr

hwndInsertAfter public property

public IntPtr,System hwndInsertAfter
return System.IntPtr

x public property

public int x
return int

y public property

public int y
return int