Klasse Wincon.SMALL_RECT

java.lang.Object
com.sun.jna.Structure
com.sun.jna.platform.win32.Wincon.SMALL_RECT
Umschließende Schnittstelle:
Wincon

@FieldOrder({"Left","Top","Right","Bottom"}) public static class Wincon.SMALL_RECT extends Structure
SMALL_RECT structure
  • Felddetails

    • Left

      public short Left
    • Top

      public short Top
    • Bottom

      public short Bottom
  • Konstruktordetails

    • SMALL_RECT

      public SMALL_RECT()
  • Methodendetails

    • 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.