Class Wincon.SMALL_RECT

java.lang.Object
com.sun.jna.Structure
com.sun.jna.platform.win32.Wincon.SMALL_RECT
Enclosing interface:
Wincon

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

    • Left

      public short Left
    • Top

      public short Top
    • Bottom

      public short Bottom
  • Constructor Details

    • SMALL_RECT

      public SMALL_RECT()
  • Method Details

    • toString

      public String toString()
      Description copied from class: Structure
      If jna.dump_memory is true, will include a native memory dump of the Structure's backing memory.
      Overrides:
      toString in class Structure
      Returns:
      String representation of this object.