Bruce,
Thanks for the response. Basically, I have XAML content that is expressed in terms of Canvases. A Canvas with contained Rectangles, Paths, sub-Canvases, etc. The Canvas works fine in an WPF window, but the 3rd party API that I am using requires that the content be contained within Drawings. What I was hoping is that there is a way to convert the Canvas based content to Drawing based content (i.e., DrawingGroup).
I fully understand that there isn't 100% overlap between the two, but the XAML that I am working with could be expressed in either.
Does that give you enough information?
Thanks,
Erick