Skip to main content
A newer version of this page is available. .

GraphicsCache.UseDirectXPaint Property

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

Namespace: DevExpress.Utils.Drawing

Assembly: DevExpress.Utils.v18.2.dll

Declaration

public bool UseDirectXPaint { get; }

Property Value

Type Description
Boolean

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

See Also