org.fusesource.jansi.internal
Class Kernel32.SMALL_RECT
java.lang.Object
org.fusesource.jansi.internal.Kernel32.SMALL_RECT
- Enclosing class:
- Kernel32
public static class Kernel32.SMALL_RECT
- extends Object
http://msdn.microsoft.com/en-us/library/ms686311%28VS.85%29.aspx
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SIZEOF
public static int SIZEOF
left
public short left
top
public short top
right
public short right
bottom
public short bottom
Kernel32.SMALL_RECT
public Kernel32.SMALL_RECT()
width
public short width()
height
public short height()
Copyright © 2009-2011 FuseSource, Corp.. All Rights Reserved.