CGRectIsNull(_:)
Returns whether the rectangle is equal to the null rectangle.
Declaration
func CGRectIsNull(_ rect: CGRect) -> BoolParameters
- rect:
The rectangle to examine.
Return Value
Discussion
A null rectangle is the equivalent of an empty set. For example, the result of intersecting two disjoint rectangles is a null rectangle. A null rectangle cannot be drawn and interacts with other rectangles in special ways.