NeKernel dev
Loading...
Searching...
No Matches
CF::CFRect Struct Referencefinal

#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}

Member Function Documentation

◆ operator bool()

CF::CFRect::operator bool ( )

returns true if the proportions are valid.

◆ PositionMatches()

BOOL CF::CFRect::PositionMatches ( CF::CFRect & rect)
noexcept

returns true if position matches.

◆ SizeMatches()

BOOL CF::CFRect::SizeMatches ( CF::CFRect & rect)
noexcept

returns true if size matches.

Member Data Documentation

◆ height

CFInteger64 CF::CFRect::height {0UL}

◆ width

CFInteger64 CF::CFRect::width {0UL}

◆ x

CFInteger64 CF::CFRect::x {0UL}

◆ y

CFInteger64 CF::CFRect::y {0UL}

The documentation for this struct was generated from the following files: