|
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).
Namespace: Ab3d.DirectX.ControlsAssembly: Ab3d.DXEngine.Wpf (in Ab3d.DXEngine.Wpf.dll) Version: 7.0.8865.1045
Syntax public BitmapSource RenderToBitmap()
Return Value
BitmapSourceBitmapSource as rendered the 3D scene
See Also