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