@JniClass(flags={STRUCT,TYPEDEF},
conditional="defined(_WIN32) || defined(_WIN64)")
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() |
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 short width()
public short height()
public Kernel32.SMALL_RECT copy()
Copyright © 2009–2021 FuseSource, Corp.. All rights reserved.