EmfSetBkMode

EmfSetBkMode class

The EMR_SETBKMODE record specifies the background mix mode of the playback device context. The background mix mode is used with text, hatched brushes, and pen styles that are not solid lines.

public sealed class EmfSetBkMode : EmfStateRecordType

Constructors

NameDescription
EmfSetBkMode()Initializes a new instance of the EmfSetBkMode class.
EmfSetBkMode(EmfRecord)Initializes a new instance of the EmfSetBkMode class.

Properties

NameDescription
BackgroundMode { get; set; }Gets or sets a 32-bit unsigned integer that specifies the background mode and MUST be in the BackgroundMode (section 2.1.4) enumeration.
Size { get; set; }Gets or sets the size of the record
Type { get; set; }Gets or sets the type.

See Also