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

Class WinUser.POINT

  • Enclosing interface:
    WinUser


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

      • x

        public int x
      • y

        public int y
    • Constructor Detail

      • WinUser.POINT

        public WinUser.POINT()
      • WinUser.POINT

        public WinUser.POINT(int x,
                     int y)
JNA API 3.2.7

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