Class EmfSetTextColor
Class EmfSetTextColor
Namespace: Aspose.Imaging.FileFormats.Emf.Emf.Records
Assembly: Aspose.Imaging.dll (25.2.0)
The EMR_SETTEXTCOLOR record defines the current text color.
public sealed class EmfSetTextColor : EmfStateRecordType
Inheritance
object ← MetaObject ← EmfRecord ← EmfStateRecordType ← EmfSetTextColor
Inherited Members
EmfRecord.Type, EmfRecord.Size, object.GetType(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()
Constructors
EmfSetTextColor(EmfRecord)
Initializes a new instance of the Aspose.Imaging.FileFormats.Emf.Emf.Records.EmfSetTextColor class.
public EmfSetTextColor(EmfRecord source)
Parameters
source
EmfRecord
The source.
EmfSetTextColor()
Initializes a new instance of the Aspose.Imaging.FileFormats.Emf.Emf.Records.EmfSetTextColor class.
public EmfSetTextColor()
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; }