Struct PhysicalSize

Inheritance Relationships

Base Type

Struct Documentation

struct PhysicalSize : public slint::Size<uint32_t>

A size given in physical pixels.

Public Functions

inline explicit PhysicalSize(const Size<uint32_t> s)

Explicitly convert a Size<uint32_t> to a LogicalSize.