JNA API 3.2.4

com.sun.jna.examples.win32

Class User32.POINT

  • Enclosing interface:
    User32


    public static class User32.POINT
    extends Structure
    Defines the x- and y-coordinates of a point.
    • Field Detail

      • x

        public int x
      • y

        public int y
    • Constructor Detail

      • User32.POINT

        public User32.POINT()
      • User32.POINT

        public User32.POINT(int x,
                    int y)
JNA API 3.2.4

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