Yes. You can display any UIElement (and its children) for the recorded bitmap.
When you do this, you also indicate the conversion. This means that you can display any part of the UIElement (if you do not want it).
Whether it is “visible” on the screen is completely irrelevant to the rendering of raster images. This does not work like screen capture.
Cutting output is limited only by the size of the target bitmap and the rendered rendering transformation.
As an example, Silverlight Rotate and scale a bitmap to fit a rectangle without cropping , using UIElements, which are never part of the visual tree to create a bitmap that is then rendered.
source share