Class Wincon.SMALL_RECT

  • Enclosing interface:
    Wincon

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

      • Left

        public short Left
      • Top

        public short Top
      • Right

        public short Right
      • Bottom

        public short Bottom
    • Constructor Detail

      • SMALL_RECT

        public SMALL_RECT()
    • Method Detail

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