@JniClass(flags={STRUCT,TYPEDEF},
conditional="defined(_WIN32) || defined(_WIN64)")
public static class Kernel32.SMALL_RECT
extends Object
@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()
Copyright © 2009–2020 FuseSource, Corp.. All rights reserved.