C
Clinton Pierce
In Tk and other graphical toolkits, there's a "Canvas" widget that allows
you to draw figures and place text on it at runtime. Later these "shape
objects" can be clicked on (they have their own handlers) and manipulated
within the Canvas.
Is there anything like that in C# or the .Net framework?
you to draw figures and place text on it at runtime. Later these "shape
objects" can be clicked on (they have their own handlers) and manipulated
within the Canvas.
Is there anything like that in C# or the .Net framework?