public class WINDOWPLACEMENT
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
int |
bottom |
int |
flags |
int |
left |
int |
length |
int |
ptMaxPosition_x |
int |
ptMaxPosition_y |
int |
ptMinPosition_x |
int |
ptMinPosition_y |
int |
right |
int |
showCmd |
static int |
sizeof |
int |
top |
Constructor and Description |
---|
WINDOWPLACEMENT() |
public int length
public int flags
public int showCmd
public int ptMinPosition_x
public int ptMinPosition_y
public int ptMaxPosition_x
public int ptMaxPosition_y
public int left
public int top
public int right
public int bottom
public static final int sizeof