public final class EmfSetTextColor extends EmfStateRecordType
The EMR_SETTEXTCOLOR record defines the current text color.
Constructor and Description |
---|
EmfSetTextColor()
Initializes a new instance of the
EmfSetTextColor class. |
EmfSetTextColor(EmfRecord source)
Initializes a new instance of the
EmfSetTextColor class. |
Modifier and Type | Method and Description |
---|---|
int |
getArgb32Color()
Gets or sets a WMF ColorRef object ([MS-WMF] section 2.2.2.8) that specifies the text color value.
|
void |
setArgb32Color(int value)
Gets or sets a WMF ColorRef object ([MS-WMF] section 2.2.2.8) that specifies the text color value.
|
public EmfSetTextColor(EmfRecord source)
Initializes a new instance of the EmfSetTextColor
class.
source
- The source.public EmfSetTextColor()
Initializes a new instance of the EmfSetTextColor
class.
public int getArgb32Color()
Gets or sets a WMF ColorRef object ([MS-WMF] section 2.2.2.8) that specifies the text color value.
public void setArgb32Color(int value)
Gets or sets a WMF ColorRef object ([MS-WMF] section 2.2.2.8) that specifies the text color value.