Table of Contents

Class EmfSetBkColor

Namespace
Aspose.Imaging.FileFormats.Emf.Emf.Records
Assembly
Aspose.Imaging.dll

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 EmfRecord

The 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; }

Property Value

int