Skip navigation links
JNA API 5.10.0
com.sun.jna.platform.win32

Class WinDef.POINT

    • Field Detail

      • x

        public int x
        The x.
      • y

        public int y
        The y.
    • Constructor Detail

      • POINT

        public POINT()
        Instantiates a new point.
      • POINT

        public POINT(Pointer memory)
        Instantiates a new point.
        Parameters:
        memory - the memory
      • POINT

        public POINT(int x,
                     int y)
        Instantiates a new point.
        Parameters:
        x - the x
        y - the y
JNA API 5.10.0

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