oa::PixelRect

PixelRect struct in the OA Ui public surface.

Public Methods

bool oa::PixelRect::contains(oa::F32 inPx, oa::F32 inPy)
bool oa::PixelRect::intersects(const PixelRect & inOther)
bool oa::PixelRect::isValid()

Public Data Members

hoa::I32field
woa::I32field
xoa::I32field
yoa::I32field

Public Method Documentation

bool oa::PixelRect::contains( oa::F32 inPx, oa::F32 inPy )
No public source comment is attached to this declaration.

Parameters

inPx
oa::F32

inPy
oa::F32

Returns

bool

The declared return value.

bool oa::PixelRect::intersects( const PixelRect & inOther )
No public source comment is attached to this declaration.

Parameters

inOther
const PixelRect &

Returns

bool

The declared return value.

bool oa::PixelRect::isValid()
No public source comment is attached to this declaration.

Returns

bool

The declared return value.