Skip to main content

GraphicsCache.UseDirectXPaint Property

Returns whether or not the application currently uses the DirectX Hardware Acceleration.

Namespace: DevExpress.Utils.Drawing

Assembly: DevExpress.Utils.v23.2.dll

NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core

Declaration

public bool UseDirectXPaint { get; }

Property Value

Type Description
Boolean

true if the application currently uses the DirectX Hardware Acceleration; otherwise, false.

See Also