struct RectOffset

Rectangle represented in the form of offsets from some parent rectangle.

Public

Constructors

RectOffset

RectOffset() = default

RectOffset

RectOffset(i32 left, i32 right, i32 top, i32 bottom)

Fields

Left

i32 Left

Right

i32 Right

Top

i32 Top

Bottom

i32 Bottom

Operators

operator==

bool operator==(const RectOffset &rhs) const

operator!=

bool operator!=(const RectOffset &rhs) const