WmfMixMode

WmfMixMode enumeration

The MixMode Enumeration specifies the background mix mode for text, hatched brushes, and other nonsolid pen styles.

public enum WmfMixMode : short

Values

NameValueDescription
Transparent1The background remains untouched.
Opaque2The background is filled with the background color that is currently defined in the playback device context before the text, hatched brush, or pen is drawn.

See Also