Skip to main content

GraphicsCache.EnableDirectXPaint(DirectXPaint) Method

Allows the target painter to utilize the DirectX API.

Namespace: DevExpress.Utils.Drawing

Assembly: DevExpress.Utils.v23.2.dll

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

Declaration

public void EnableDirectXPaint(
    DirectXPaint painter
)

Parameters

Name Type Description
painter DevExpress.Utils.DirectXPaint.DirectXPaint

A DirectXPaint object that is the target painter.

See Also