Klasse WinDef.POINT

java.lang.Object
com.sun.jna.Structure
com.sun.jna.platform.win32.WinDef.POINT
Bekannte direkte Unterklassen:
WinDef.POINT.ByReference, WinDef.POINT.ByValue
Umschließende Schnittstelle:
WinDef

@FieldOrder({"x","y"}) public static class WinDef.POINT extends Structure
The Class POINT.
  • Felddetails

    • x

      public int x
      The x.
    • y

      public int y
      The y.
  • Konstruktordetails

    • POINT

      public POINT()
      Instantiates a new point.
    • POINT

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

      public POINT(int x, int y)
      Instantiates a new point.
      Parameter:
      x - the x
      y - the y