Struct PhysicalRegion::Rect¶
Defined in File slint-platform.h
Nested Relationships¶
This struct is a nested type of Struct SoftwareRenderer::PhysicalRegion.
Struct Documentation¶
-
struct Rect
A Rectangle defined with an origin and a size. The PhysicalRegion::rectangles() function returns a view over them
Public Members
-
PhysicalPosition origin
The origin of the rectangle.
-
PhysicalSize size
The size of the rectangle.
-
PhysicalPosition origin