|
DXViewDXSceneDeviceCreated Event |
Called when the DXScene and DirectX 11 device have been created and when UsedGraphicsProfile was set, but before it is fully initialized (DXImage, D3DHOst, DirectX buffers and views are not created yet).
This method can be used to change some properties the created
DXScene object that is set to the
DXScene property.
Once all the DirectX objects has been initialized (all the buffers and views are created), the
DXSceneInitialized event is triggered.
Note that when DXScene is not created because a WPF 3D rendering is used, then the
Wpf3DRenderingInitialized event is called.
Namespace: Ab3d.DirectX.ControlsAssembly: Ab3d.DXEngine.Wpf (in Ab3d.DXEngine.Wpf.dll) Version: 7.0.8865.1045
Syntax public event EventHandler DXSceneDeviceCreated
Value
EventHandlerSee Also