Hi! I'm trying to create a simple vector image editor using Pivot. I have a problem in creating a canvas component, on which I will be able to draw shapes. So the questions are:
1. Which class should I subclass to create my canvas component? Component? Image? 2. How does the idea of a canvas on which I can click and draw relate to the concept of component skins? Cheers, Przemek
