Looking for a Canvas-like widget, or pointer in the right direction

  • Thread starter Thread starter Clinton Pierce
  • Start date Start date
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?
 
Clinton said:
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?

Don't think it's in the .Net framework. Windows Longhorn's presentation
layer (Avalon) has that type of stuff (but even better), though. So it
shouldn't be too far off.

/S
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top