I have a Canvas class that implements VirtualizingPanel and IScrollInfo. This class is contained inside a ScrollViewer. How can I save the contents of the entire Canvas class only as Png?
I know how to save as Png, problem is what is the easiest way to grab only the particular control. When the control is out of view, it gets clipped