public 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(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.
|
getSize, getType, setSize, setType
deepClone_internalized
public EmfSetBkMode(EmfRecord source)
Initializes a new instance of the EmfSetBkMode
class.
source
- The source.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.
Copyright (c) 2008-2016 Aspose Pty Ltd. All Rights Reserved.