  | 
D3DImageSource(Double, Double, Boolean) Constructor | 
            Constructor
            
Namespace: Ab4d.SharpEngine.Wpf.ControlsAssembly: Ab4d.SharpEngine.Wpf (in Ab4d.SharpEngine.Wpf.dll) Version: 3.2.9386+3a404a3e1ebfa4efd231da7fe6f10dfb23b95dc4
Syntaxpublic D3DImageSource(
	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