public final class EmfSetBkMode extends EmfStateRecordType
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.
Constructor and Description |
---|
EmfSetBkMode()
Initializes a new instance of the
EmfSetBkMode class. |
EmfSetBkMode(EmfRecord source)
Initializes a new instance of the
EmfSetBkMode class. |
Modifier and Type | Method and Description |
---|---|
int |
getBackgroundMode()
Gets or sets a 32-bit unsigned integer that specifies the background mode
and MUST be in the BackgroundMode (section 2.1.4) enumeration.
|
void |
setBackgroundMode(int value)
Gets or sets a 32-bit unsigned integer that specifies the background mode
and MUST be in the BackgroundMode (section 2.1.4) enumeration.
|
public EmfSetBkMode(EmfRecord source)
Initializes a new instance of the EmfSetBkMode
class.
source
- The source.public EmfSetBkMode()
Initializes a new instance of the EmfSetBkMode
class.
public int getBackgroundMode()
Gets or sets a 32-bit unsigned integer that specifies the background mode and MUST be in the BackgroundMode (section 2.1.4) enumeration.
public void setBackgroundMode(int value)
Gets or sets a 32-bit unsigned integer that specifies the background mode and MUST be in the BackgroundMode (section 2.1.4) enumeration.