Class EmfSetBkMode
Namespace: Aspose.Imaging.FileFormats.Emf.Emf.Records
Assembly: Aspose.Imaging.dll (25.2.0)
The EMR_SETBKMODE record specifies the background mix mode of the playback device context. The background mix mode is used with text, hatched brushes, and pen styles that are not solid lines.
public sealed class EmfSetBkMode : EmfStateRecordType
Inheritance
object ← MetaObject ← EmfRecord ← EmfStateRecordType ← EmfSetBkMode
Inherited Members
EmfRecord.Type, EmfRecord.Size, object.GetType(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()
Constructors
EmfSetBkMode(EmfRecord)
Initializes a new instance of the Aspose.Imaging.FileFormats.Emf.Emf.Records.EmfSetBkMode class.
public EmfSetBkMode(EmfRecord source)
Parameters
source
EmfRecord
The source.
EmfSetBkMode()
Initializes a new instance of the Aspose.Imaging.FileFormats.Emf.Emf.Records.EmfSetBkMode class.
public EmfSetBkMode()
Properties
BackgroundMode
Gets or sets a 32-bit unsigned integer that specifies the background mode and MUST be in the BackgroundMode (section 2.1.4) enumeration.
public EmfBackgroundMode BackgroundMode { get; set; }