CGRectGetMaxX(_:)
Returns the largest value of the x-coordinate for the rectangle.
Declaration
func CGRectGetMaxX(_ rect: CGRect) -> CGFloatParameters
- rect:
The rectangle to examine.
Return Value
The largest value of the x-coordinate for the rectangle.