Klasse WinDef.RECT

java.lang.Object
com.sun.jna.Structure
com.sun.jna.platform.win32.WinDef.RECT
Umschließende Schnittstelle:
WinDef

@FieldOrder({"left","top","right","bottom"}) public static class WinDef.RECT extends Structure
The Class RECT.
  • Felddetails

    • left

      public int left
      The left.
    • top

      public int top
      The top.
    • bottom

      public int bottom
      The bottom.
  • Konstruktordetails

    • RECT

      public RECT()
  • Methodendetails

    • toRectangle

      public Rectangle toRectangle()
      To rectangle.
      Gibt zurück:
      the rectangle
    • toString

      public String toString()
      Beschreibung aus Klasse kopiert: Structure
      If jna.dump_memory is true, will include a native memory dump of the Structure's backing memory.
      Setzt außer Kraft:
      toString in Klasse Structure
      Gibt zurück:
      String representation of this object.