JNA API 3.2.7
com.sun.jna.platform.win32

Class WinUser.SIZE

  • Enclosing interface:
    WinUser


    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

      • WinUser.SIZE

        public WinUser.SIZE()
      • WinUser.SIZE

        public WinUser.SIZE(int w,
                    int h)
JNA API 3.2.7

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