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.
Namespace: DevCase.Win32.StructuresAssembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
Public Mask As IntPtr
Dim instance As IconInfo
Dim value As IntPtr
value = instance.Mask
instance.Mask = value
No code example is currently available or this language may not be supported.
Field Value
IntPtr