HostingRenderTargetBitmap.Render Method
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Renders the UIElement object to the bitmap pointer specified in the constructor.
Assembly: System.Windows (in System.Windows.dll)
Parameters
- visual
- Type: System.Windows.UIElement
The object to render.
All renders are incremental. If the caller wants a full redraw, it must create a new HostingRenderTargetBitmap object.
Show: