which determines whether we use the alternative software path for mixing DirectX content with WPF. This flag (when true) improves compatibility on some older graphics hardware, at the expense of performanceThis flag (when true) improves compatibility on some older graphics hardware, at the expense of performance
ResetD3D11With Method
Resets the D3D Engine with the flag which determines whether we use the alternative software path for mixing DirectX content with WPF. This flag (when true) improves compatibility on some older graphics hardware, at the expense of performance
Syntax
void ResetD3D11With( 
   bool useAlternativeFillSource
)

Parameters

useAlternativeFillSource
which determines whether we use the alternative software path for mixing DirectX content with WPF. This flag (when true) improves compatibility on some older graphics hardware, at the expense of performanceThis flag (when true) improves compatibility on some older graphics hardware, at the expense of performance
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also