Contents

updateBounds()

Returns the bounds of the update region that contains all pixels that will be rendered by the current frame.

Declaration

func updateBounds() -> CGRect

Return Value

The bounds of the update region..

Discussion

Initially updateBounds will include all differences between the current frame and the previously rendered frame.

See Also

Rendering a Frame