Contents

imageRect(forContentRect:)

Returns the rectangle in which the receiver draws its image.

Declaration

func imageRect(forContentRect contentRect: CGRect) -> CGRect

Parameters

  • contentRect:

    The content rectangle for the receiver.

Return Value

The rectangle in which the receiver draws its image.

See Also

Dimensions