public static class Kernel32.SMALL_RECT
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
short |
bottom |
short |
left |
short |
right |
static int |
SIZEOF |
short |
top |
Constructor and Description |
---|
SMALL_RECT() |
Modifier and Type | Method and Description |
---|---|
Kernel32.SMALL_RECT |
copy() |
short |
height() |
private static void |
init() |
short |
width() |
public static int SIZEOF
public short left
public short top
public short right
public short bottom
private static final void init()
public short width()
public short height()
public Kernel32.SMALL_RECT copy()