Click or drag to resize
AB4D logo

D3D11ImageSource(Double, Double, Boolean) Constructor

Constructor

Namespace: Ab3d.DirectX.Controls
Assembly: Ab3d.DXEngine.Wpf (in Ab3d.DXEngine.Wpf.dll) Version: 7.0.8865.1045
Syntax
C#
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