JNA API 3.2.4

com.sun.jna.examples.win32

Class GDI32.RECT

  • Enclosing interface:
    GDI32


    public static class GDI32.RECT
    extends Structure
    • Field Detail

      • left

        public int left
      • top

        public int top
      • right

        public int right
      • bottom

        public int bottom
    • Constructor Detail

      • GDI32.RECT

        public GDI32.RECT()
    • Method Detail

      • toRectangle

        public java.awt.Rectangle toRectangle()
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class Structure
JNA API 3.2.4

Copyright © 2007-2009 Timothy Wall. All Rights Reserved.