JNA API 5.4.0

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)
JNA API 5.4.0

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