Re: Off-screen graphics in WPF
- From: John Mott <JohnMott@xxxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Tue, 17 Mar 2009 06:53:02 -0700
Thanks, but I'm looking for the ability to write a console program with no UI
and be able to render the XAML graphics into a PNG file (part of background
processing started from a cron-type job) I think the answer is to create an
XPS document and render that into a file but if there is another way I'd love
to hear it.
john
"Hillbilly" wrote:
When we worked with the DOM using HTML/CSS/JavaScript we often.
positioned --whatever-- off-screen to the left and brought --whatever-- back
into view if and when wanted by modifying its absolute position values. This
is how the SkipLinks methodology came about for Accessibility. There should
be no reason that type of little trick cannot be used with WPF.
"John Mott" <John Mott@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:C285ED58-7BC3-4276-BC25-2E23EFDF9EA0@xxxxxxxxxxxxxxxx
Hi all,
I've been doing some WPF work and wondered if there is an off-screen
'canvas' that I can draw things to. I'd like to do some batch processing
where I render images into a memory area using WPF. Is there a Virtual
Canvas
or some such construct?
Thanks,
- References:
- Off-screen graphics in WPF
- From: John Mott
- Re: Off-screen graphics in WPF
- From: Hillbilly
- Off-screen graphics in WPF
- Prev by Date: Re: C# and CSLA
- Next by Date: Re: C# and CSLA
- Previous by thread: Re: Off-screen graphics in WPF
- Next by thread: Re: Off-screen graphics in WPF
- Index(es):
Relevant Pages
|