Class WinUser.SIZE

java.lang.Object
com.sun.jna.Structure
com.sun.jna.platform.win32.WinUser.SIZE
Enclosing interface:
WinUser

@FieldOrder({"cx","cy"}) public static class WinUser.SIZE extends Structure
Specifies the width and height of a rectangle.
Author:
dblock[at]dblock.org, Andreas "PAX" Lück, onkelpax-git[at]yahoo.de
  • Field Details

    • cx

      public int cx
    • cy

      public int cy
  • Constructor Details

    • SIZE

      public SIZE()
    • SIZE

      public SIZE(int w, int h)