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