|
DXImageInitializeDXScene Method |
InitializeDXScene method must be called to connect the DXImage control to the DXScene that will render the DirectX scene.
The method must be called after the DXScene is initialized and before the scene is rendered.
Namespace: Ab3d.DirectX.ControlsAssembly: Ab3d.DXEngine.Wpf (in Ab3d.DXEngine.Wpf.dll) Version: 7.0.8865.1045
Syntax public void InitializeDXScene(
DXScene dxScene
)
Parameters
- dxScene DXScene
- DXScene that will render the DirectX scene (must be initialized)
See Also