Class EmfSetTextColor
The EMR_SETTEXTCOLOR record defines the current text color.
public sealed class EmfSetTextColor : EmfStateRecordType
- Inheritance
-
EmfSetTextColor
- Inherited Members
Constructors
EmfSetTextColor()
Initializes a new instance of the EmfSetTextColor class.
public EmfSetTextColor()
EmfSetTextColor(EmfRecord)
Initializes a new instance of the EmfSetTextColor class.
public EmfSetTextColor(EmfRecord source)
Parameters
source
EmfRecordThe source.
Properties
Argb32Color
Gets or sets a WMF ColorRef object ([MS-WMF] section 2.2.2.8) that specifies the text color value.
public int Argb32Color { get; set; }