Searched defs:IntegerRectangle (Results 1 – 1 of 1) sorted by relevance
13 struct IntegerRectangle { struct19 explicit IntegerRectangle(PRectangle rc) noexcept : in IntegerRectangle() argument23 int Width() const noexcept { return right - left; } in Width()24 int Height() const noexcept { return bottom - top; } in Height()