tags:

views:

14

answers:

0

I am drawing a scaled image that exceeds the dimensions of the CGLayer I am drawing it on. Do I need to set a clip rectangle to the bounds of the CGLayer? It seems to be getting clipped automatically to bounds, but I want to make sure that a manual clip is not necessary.

Thanks