I have a different collection which I draw on image, but it slow down my GUI, I want to use layer technique so that I can deal all the collection separately, kindly give me some direction so that I can do it.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You can take a look at this Code project article which discusses a method for drawing using layers. I’m not totally sure that this is what you want, but it involves a layer painting technique.
Basically you have one
Imagethat you paint on another, in effect making the changes bubble up to the top.