Class EmfSetTextColor
EmfSetTextColor class
The EMR_SETTEXTCOLOR record defines the current text color.
public sealed class EmfSetTextColor : EmfStateRecordType
Constructors
| Name | Description | 
|---|
| EmfSetTextColor() | Initializes a new instance of the EmfSetTextColor class. | 
| EmfSetTextColor(EmfRecord) | Initializes a new instance of the EmfSetTextColor class. | 
Properties
| Name | Description | 
|---|
| Argb32Color { get; set; } | Gets or sets a WMF ColorRef object ([MS-WMF] section 2.2.2.8) that specifies the text color value. | 
| Size { get; set; } | Gets or sets the size of the record | 
| Type { get; set; } | Gets or sets the type. | 
See Also