Class WinDef.RECT

  • Enclosing interface:
    WinDef

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

      • left

        public int left
        The left.
      • top

        public int top
        The top.
      • right

        public int right
        The right.
      • bottom

        public int bottom
        The bottom.
    • Constructor Detail

      • RECT

        public RECT()
    • Method Detail

      • toRectangle

        public Rectangle toRectangle()
        To rectangle.
        Returns:
        the rectangle
      • 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.