Folks, a quick follow-up question from last week where I needed to export a
complicated path to an image:

 

What's the best way of doing this in batch, without a UI?

 

In this case I would have no Canvas, so I suppose I then have to Render
shapes and paths directly into the RenderTargetBitmap object. That's what
I'm doing now in the export from the Canvas, I Render a Rectangle to fill
the background, then Render the Path.

 

I just want to check that I'm not missing some more specific way that uses
other classes I've missed.

 

I also wonder why no WPF books I've seen so far discuss lower-level issues
like this. You would think that it would be important to devote some pages
to manipulating complex drawings. They all tell you how to draw a rectangle
and a pretty curve on a Canvas, but that's about it. Can anyone recommend a
good comprehensive guide through the new namespaces?

 

Greg

_______________________________________________
ozwpf mailing list
[email protected]
http://prdlxvm0001.codify.net/mailman/listinfo/ozwpf

Reply via email to