JNA API 3.2.4

com.sun.jna.examples.unix

Class X11.XRectangle

  • Enclosing interface:
    X11


    public static class X11.XRectangle
    extends Structure
    • Field Detail

      • x

        public short x
      • y

        public short y
      • width

        public short width
      • height

        public short height
    • Constructor Detail

      • X11.XRectangle

        public X11.XRectangle()
      • X11.XRectangle

        public X11.XRectangle(short x,
                      short y,
                      short width,
                      short height)
JNA API 3.2.4

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