Class EmfStateRecordType

Class EmfStateRecordType

Namespace: Aspose.Imaging.FileFormats.Emf.Emf.Records
Assembly: Aspose.Imaging.dll (25.4.0)

The state record types specify and manage graphics properties that define the state of the playback device context.

public abstract class EmfStateRecordType : EmfRecord

Inheritance

object MetaObject EmfRecord EmfStateRecordType

Derived

EmfColorMatchToTargetW , EmfForceUfiMapping , EmfInvertRgn , EmfPixelFormat , EmfRealizePalette , EmfRestoreDc , EmfSaveDc , EmfScaleViewportExtex , EmfScaleWindowExtex , EmfSetArcDirection , EmfSetBkColor , EmfSetBkMode , EmfSetBrushOrgEx , EmfSetColorAdjustment , EmfSetIcmMode , EmfSetIcmProfileA , EmfSetIcmProfileW , EmfSetLayout , EmfSetLinkedUfis , EmfSetMapperFlags , EmfSetMiterLimit , EmfSetPolyFillMode , EmfSetRop2 , EmfSetStrechBltMode , EmfSetTextAlign , EmfSetTextColor , EmfSetTextJustification , EmfSetViewportExtEx , EmfSetViewportOrgEx , EmfSetWindowExtEx , EmfSetWindowOrgEx

Inherited Members

EmfRecord.Type , EmfRecord.Size , object.GetType() , object.MemberwiseClone() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()

Constructors

EmfStateRecordType(EmfRecord)

Initializes a new instance of the Aspose.Imaging.FileFormats.Emf.Emf.Records.EmfStateRecordType class.

protected EmfStateRecordType(EmfRecord source)

Parameters

source EmfRecord

The source.

EmfStateRecordType(EmfRecordType)

Initializes a new instance of the Aspose.Imaging.FileFormats.Emf.Emf.Records.EmfStateRecordType class.

protected EmfStateRecordType(EmfRecordType type)

Parameters

type EmfRecordType

The record type.

 English