NeKernel dev
|
#include <Foundation.h>
Public Member Functions | |
operator bool () | |
returns true if the proportions are valid. | |
BOOL | SizeMatches (CFRect &rect) noexcept |
returns true if size matches. | |
BOOL | PositionMatches (CFRect &rect) noexcept |
returns true if position matches. |
Public Attributes | |
CFInteger64 | x {0UL} |
CFInteger64 | y {0UL} |
CFInteger64 | width {0UL} |
CFInteger64 | height {0UL} |
CF::CFRect::operator bool | ( | ) |
returns true if the proportions are valid.
|
noexcept |
returns true if position matches.
|
noexcept |
returns true if size matches.
CFInteger64 CF::CFRect::height {0UL} |
CFInteger64 CF::CFRect::width {0UL} |
CFInteger64 CF::CFRect::x {0UL} |
CFInteger64 CF::CFRect::y {0UL} |