|
D3D11ImageSource(Double, Double, Boolean) Constructor |
Constructor
Namespace: Ab3d.DirectX.ControlsAssembly: Ab3d.DXEngine.Wpf (in Ab3d.DXEngine.Wpf.dll) Version: 7.0.8865.1045
Syntax public D3D11ImageSource(
double dpiX,
double dpiY,
bool enableSoftwareFallback
)
Parameters
- dpiX Double
- dpiX
- dpiY Double
- dpiY
- enableSoftwareFallback Boolean
- Specifies the value that is used for enableSoftwareFallback parameter in the call to the D3DImage.SetBackBuffer method.
See Also