|  | 
| DXViewRenderToBitmap Method | 
            RenderToBitmap renders the 3D scene to bitmap. 
            The size of the bitmap is the same as the current size of this DXView.DXRenderPixelSize.
            See also other overrides of RenderToBitmap method: 
RenderToBitmap(Int32, Int32, Int32, Int32, Boolean), 
RenderToBitmap(Int32, Int32, Int32, Double, Double), 
RenderToBitmap(Int32, Int32, Int32, Int32, Double, Double, Boolean), 
RenderToBitmap(WriteableBitmap, Int32, Int32), 
RenderToBitmap(DXViewRenderedBitmapReadyDelegate, Int32, Int32, Int32, Int32, Double, Double, Boolean).
            
 Ab3d.DXEngine.Wpf (in Ab3d.DXEngine.Wpf.dll) Version: 7.1.9105.2048
 Syntax
Syntaxpublic BitmapSource RenderToBitmap()
Return Value
BitmapSourceBitmapSource as rendered the 3D scene
 See Also
See Also