Class Kernel32.SMALL_RECT

  • Enclosing class:
    Kernel32

    public static class Kernel32.SMALL_RECT
    extends java.lang.Object
    http://msdn.microsoft.com/en-us/library/ms686311%28VS.85%29.aspx
    • Field Detail

      • SIZEOF

        public static int SIZEOF
      • left

        public short left
      • top

        public short top
      • right

        public short right
      • bottom

        public short bottom
    • Constructor Detail

      • SMALL_RECT

        public SMALL_RECT()
    • Method Detail

      • init

        private static void init()
      • width

        public short width()
      • height

        public short height()