Class Kernel32.SMALL_RECT

  • Enclosing class:
    Kernel32

    @JniClass(flags={STRUCT,TYPEDEF},
              conditional="defined(_WIN32) || defined(_WIN64)")
    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

        @JniField(flags=CONSTANT,
                  accessor="sizeof(SMALL_RECT)")
        public static int SIZEOF
      • left

        @JniField(accessor="Left")
        public short left
      • top

        @JniField(accessor="Top")
        public short top
      • right

        @JniField(accessor="Right")
        public short right
      • bottom

        @JniField(accessor="Bottom")
        public short bottom
    • Constructor Detail

      • SMALL_RECT

        public SMALL_RECT()
    • Method Detail

      • init

        @JniMethod(flags=CONSTANT_INITIALIZER)
        private static final void init()
      • width

        public short width()
      • height

        public short height()