Tao.Platform.Windows SDK Documentation

Gdi.LPD_TRANSPARENT Field

Contains a transparent color or index value that enables underlying layers to show through this layer. All layer planes, except the lowest-numbered underlay layer, have a transparent color or index.

[Visual Basic]
Public Const LPD_TRANSPARENT As Integer = 4096
[C#]
public const int LPD_TRANSPARENT = 4096;

See Also

Gdi Class | Tao.Platform.Windows Namespace