Class WinUser.SIZE

  • Enclosing interface:
    WinUser

    @FieldOrder({"cx","cy"})
    public static class WinUser.SIZE
    extends Structure
    Specifies the width and height of a rectangle.
    • Field Detail

      • cx

        public int cx
      • cy

        public int cy
    • Constructor Detail

      • SIZE

        public SIZE()
      • SIZE

        public SIZE​(int w,
                    int h)