Hello! I have canvas and many shapes. Sometimes i need to resize this shapes in the loop and there is too bad performance of this action, and i want to off Canvas drawing before this action and on it after action. How can i do this?
If there is no possible to do it, how can i do this with double buffering?
And sorry for my bad english.