@JniClass(flags={STRUCT,TYPEDEF},
conditional="defined(_WIN32) || defined(_WIN64)")
public static class Kernel32.SMALL_RECT
extends java.lang.Object
| Modifier and Type | Field | Description |
|---|---|---|
short |
bottom |
|
short |
left |
|
short |
right |
|
static int |
SIZEOF |
|
short |
top |
| Constructor | Description |
|---|---|
SMALL_RECT() |
| Modifier and Type | Method | Description |
|---|---|---|
Kernel32.SMALL_RECT |
copy() |
|
short |
height() |
|
short |
width() |
@JniField(flags=CONSTANT,
accessor="sizeof(SMALL_RECT)")
public static int SIZEOF
@JniField(accessor="Left") public short left
@JniField(accessor="Top") public short top
@JniField(accessor="Right") public short right
@JniField(accessor="Bottom") public short bottom
public SMALL_RECT()
public short width()
public short height()
public Kernel32.SMALL_RECT copy()