Template Struct Size๏ƒ

Struct Documentation๏ƒ

template<typename T>
struct slint::Size๏ƒ

The Size structure is used to represent a two-dimensional size with width and height.

Public Functions

bool operator==(const Size &other) const = default๏ƒ

Compares with other and returns true if they are equal; false otherwise.

Public Members

T width๏ƒ

The width of the size.

T height๏ƒ

The height of the size.