tags:

views:

15

answers:

0

Hello there,

I have CGLayerRef which is updated periodically, I also have a CGRect indicates which part of the CGLayer got updated. Is there any way I can draw only the updated area of the CGLayer to the targeted CGContext. The CGLayer and the CGContext may of different size, and I don't want any scaling.

Thanks!