|
DXImageEnableSoftwareFallback Property |
EnableSoftwareFallback specifies the value that is used for enableSoftwareFallback parameter in the call to the D3DImage.SetBackBuffer method.
When it is set to true (by default) and .Net 4.5 version of DXEngine is used, then this allows using DXEngine with PresentationType set to DirectXImage over Remote Desktop.
This property must be set before the back buffer in the D3D11ImageSource is created (usually before Loaded event).
Namespace: Ab3d.DirectX.ControlsAssembly: Ab3d.DXEngine.Wpf (in Ab3d.DXEngine.Wpf.dll) Version: 7.0.8865.1045
Syntax public bool EnableSoftwareFallback { get; set; }
Property Value
BooleanSee Also