Class EmfSetBkColor
EmfSetBkColor class
The EMR_SETBKCOLOR record specifies the background color.
public sealed class EmfSetBkColor : EmfStateRecordType
Constructors
| Name | Description |
|---|
| EmfSetBkColor() | Initializes a new instance of the EmfSetBkColor class. |
| EmfSetBkColor(EmfRecord) | Initializes a new instance of the EmfSetBkColor class. |
Properties
| Name | Description |
|---|
| Argb32Color { get; set; } | Gets or sets a 32-bit WMF ColorRef object, specified in [MS-WMF] section 2.2.2.8, which specifies the background color value. |
| Size { get; set; } | Gets or sets the size of the record |
| Type { get; set; } | Gets or sets the type. |
See Also