DwVisibleMask

EmfPixelFormatDescriptor.DwVisibleMask property

Gets or sets specifies the transparent color or index of an underlay plane. When the pixel type is RGBA, dwVisibleMask is a transparent RGB color value. When the pixel type is color index, it is a transparent index value.

public int DwVisibleMask { get; set; }

See Also