IconInfoMask Field

The icon bitmask bitmap.

If this structure defines a black and white icon, this bitmask is formatted so that the upper half is the icon AND bitmask and the lower half is the icon XOR bitmask.

Under this condition, the height should be an even multiple of two.

If this structure defines a color icon, this mask only defines the AND bitmask of the icon.

Definition

Namespace: DevCase.Win32.Structures
Assembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public IntPtr Mask

Field Value

IntPtr

See Also