Zooming UI in WPF?

H

henon

Dear WPF specialists!

I am currently using Piccolo.NET as a ZUI (zooming user interface)
Toolkit. The problem with it is, that I need to implement lots of GUI
elements by myself. WPF seems to be very I very new to WPF and I don't
know if it is worth the effort to dig in so deep just to know if it is
possible, so I decided to ask here:

1) Does WPF support Zooming of GUI components?
2) I suspect, that WPF is not intended to be used as ZUI, so I might
need to help it a bit. Do you think it is complicated to achieve
scaling, rotation and translation of all or single widgets?
3) Does WPF feature a "scene graph"?

Any thoughts and hints are appreciated!
Thanks in advance,
-- Henon
 
H

henon

Correction:

WPF seems to be very dynamic and flexible, since it is on top of
DirectX. Since I am very new to WPF I don't
know if it is worth the effort to dig in so deep just to find out if
it is possible to adapt it as a ZUI, so I decided to ask here.

-- Henon
 
H

henon

ok, i found it out for myself. there are a number of samples out there
where zooming in wpf is done. some even have implemented it as good as
piccolo did, but source is not available.
 

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

Top