Table of Contents

Class EmfSetTextColor

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

The EMR_SETTEXTCOLOR record defines the current text color.

public sealed class EmfSetTextColor : EmfStateRecordType
Inheritance
EmfSetTextColor
Inherited Members

Constructors

EmfSetTextColor()

Initializes a new instance of the EmfSetTextColor class.

public EmfSetTextColor()

EmfSetTextColor(EmfRecord)

Initializes a new instance of the EmfSetTextColor class.

public EmfSetTextColor(EmfRecord source)

Parameters

source EmfRecord

The source.

Properties

Argb32Color

Gets or sets a WMF ColorRef object ([MS-WMF] section 2.2.2.8) that specifies the text color value.

public int Argb32Color { get; set; }

Property Value

int