Class X11.XRectangle

java.lang.Object
com.sun.jna.Structure
com.sun.jna.platform.unix.X11.XRectangle
Enclosing interface:
X11

@FieldOrder({"x","y","width","height"}) public static class X11.XRectangle extends Structure
  • Field Details

    • x

      public short x
    • y

      public short y
    • width

      public short width
    • height

      public short height
  • Constructor Details

    • XRectangle

      public XRectangle()
    • XRectangle

      public XRectangle(short x, short y, short width, short height)