UpdateLayeredWindowflags Enumeration

Definition

Namespace: DevCase.Win32.Enums
Assembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public enum UpdateLayeredWindowflags

Remarks

Members

ColorKey 1 Use pblend parameter as the blend function.

If the display mode is 256 colors or less, the effect of this value is the same as the effect of Opaque.

Alpha 2 Use crKey parameter as the transparency color.
Opaque 4 Draw an opaque layered window.

See Also