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

GraphicsCache.EnableDirectXPaint(DirectXPaint) Method

Allows the target painter to utilize the DirectX API.

Namespace: DevExpress.Utils.Drawing

Assembly: DevExpress.Utils.v18.2.dll

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