JNA API 3.2.4

com.sun.jna.examples.win32

Class User32.SIZE

  • Enclosing interface:
    User32


    public static class User32.SIZE
    extends Structure
    Specifies the width and height of a rectangle.
    • Field Detail

      • cx

        public int cx
      • cy

        public int cy
    • Constructor Detail

      • User32.SIZE

        public User32.SIZE()
      • User32.SIZE

        public User32.SIZE(int w,
                   int h)
JNA API 3.2.4

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