Tao.Platform.Windows SDK Documentation

Gdi.LPD_DOUBLEBUFFER Field

The layer plane is double-buffered. A layer plane can be double-buffered even when the main plane is single-buffered and vice versa.

[Visual Basic]
Public Const LPD_DOUBLEBUFFER As Integer = 1
[C#]
public const int LPD_DOUBLEBUFFER = 1;

See Also

Gdi Class | Tao.Platform.Windows Namespace