Class Kernel32.SMALL_RECT

java.lang.Object
org.jline.nativ.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
  • Field Details

    • SIZEOF

      public static int SIZEOF
    • left

      public short left
    • top

      public short top
    • bottom

      public short bottom
  • Constructor Details

    • SMALL_RECT

      public SMALL_RECT()
  • Method Details

    • width

      public short width()
    • height

      public short height()
    • copy

      public Kernel32.SMALL_RECT copy()