Contents

CGRectGetMinX(_:)

Returns the smallest value for the x-coordinate of the rectangle.

Declaration

func CGRectGetMinX(_ rect: CGRect) -> CGFloat

Parameters

  • rect:

    The rectangle to examine.

Return Value

The smallest value for the x-coordinate of the rectangle.

See Also

Getting Min, Mid, and Max Values