CGRectGetHeight(_:)
Returns the height of a rectangle.
Declaration
func CGRectGetHeight(_ rect: CGRect) -> CGFloatParameters
- rect:
The rectangle to examine.
Return Value
The height of the specified rectangle.
Discussion
Regardless of whether the height is stored in the CGRect data structure as a positive or negative number, this function returns the height as if the rectangle were standardized. That is, the result is never a negative number.