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