Rect class

最近更新时间:2022-09-20 05:17:40

长方形区域。

Constructors

Properties

  • bottom ↔ int

    长方形区域的底边所对应的纵坐标。

    read / write

  • hashCode → int

    The hash code for this object. [...]

    read-only, inherited

  • left ↔ int

    长方形区域的左边所对应的横坐标。

    read / write

  • right ↔ int

    长方形区域的右边所对应的横坐标。

    read / write

  • runtimeType → Type

    A representation of the runtime type of the object.

    read-only, inherited

  • top ↔ int

    长方形区域的上边所对应的纵坐标。

    read / write

Methods

Operators