Class EmfSetBkColor
The EMR_SETBKCOLOR record specifies the background color.
public sealed class EmfSetBkColor : EmfStateRecordType
- Inheritance
-
EmfSetBkColor
- Inherited Members
Constructors
EmfSetBkColor()
Initializes a new instance of the EmfSetBkColor class.
public EmfSetBkColor()
EmfSetBkColor(EmfRecord)
Initializes a new instance of the EmfSetBkColor class.
public EmfSetBkColor(EmfRecord source)
Parameters
source
EmfRecordThe source.
Properties
Argb32Color
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 int Argb32Color { get; set; }