The IHasSize2D class provides an interface for accessing components with a 2D Size.
◆ IHasSize2D()
IHasSize2D::IHasSize2D |
( |
const FVec2UI16 & |
iSize | ) |
|
|
inlineprotected |
Constructor from eFormat.
◆ ~IHasSize2D()
IHasSize2D::~IHasSize2D |
( |
| ) |
|
|
inline |
◆ Area()
uint32 IHasSize2D::Area |
( |
| ) |
const |
|
inline |
◆ Height()
uint16 IHasSize2D::Height |
( |
| ) |
const |
|
inline |
◆ Rect()
FRectI IHasSize2D::Rect |
( |
| ) |
const |
|
inline |
◆ ReinterpretSize()
void IHasSize2D::ReinterpretSize |
( |
const FVec2UI16 & |
iSize | ) |
|
|
inlineprotected |
Reinterpret the size by changing the value and extrapolating and caching the values again.
◆ Size()
FVec2I IHasSize2D::Size |
( |
| ) |
const |
|
inline |
◆ Width()
uint16 IHasSize2D::Width |
( |
| ) |
const |
|
inline |