Package org.fusesource.jansi.internal
Class Kernel32.SMALL_RECT
java.lang.Object
org.fusesource.jansi.internal.Kernel32.SMALL_RECT
- Enclosing class:
- Kernel32
http://msdn.microsoft.com/en-us/library/ms686311%28VS.85%29.aspx
-
Field Details
-
SIZEOF
public static int SIZEOF -
left
public short left -
top
public short top -
right
public short right -
bottom
public short bottom
-
-
Constructor Details
-
SMALL_RECT
public SMALL_RECT()
-
-
Method Details
-
init
private static void init() -
width
public short width() -
height
public short height() -
copy
-