public final class EmfSetBkColor extends EmfStateRecordType
The EMR_SETBKCOLOR record specifies the background color.
Constructor and Description |
---|
EmfSetBkColor()
Initializes a new instance of the
EmfSetBkColor class. |
EmfSetBkColor(EmfRecord source)
Initializes a new instance of the
EmfSetBkColor class. |
Modifier and Type | Method and Description |
---|---|
int |
getArgb32Color()
Gets or sets a 32-bit WMF ColorRef object, specified in [MS-WMF] section 2.2.2.8, which
specifies the background color value.
|
void |
setArgb32Color(int value)
Gets or sets a 32-bit WMF ColorRef object, specified in [MS-WMF] section 2.2.2.8, which
specifies the background color value.
|
public EmfSetBkColor(EmfRecord source)
Initializes a new instance of the EmfSetBkColor
class.
source
- The source.public EmfSetBkColor()
Initializes a new instance of the EmfSetBkColor
class.
public int getArgb32Color()
Gets or sets a 32-bit WMF ColorRef object, specified in [MS-WMF] section 2.2.2.8, which specifies the background color value.
public void setArgb32Color(int value)
Gets or sets a 32-bit WMF ColorRef object, specified in [MS-WMF] section 2.2.2.8, which specifies the background color value.