Class EmfPlusStateRecordType
Namespace: Aspose.Imaging.FileFormats.Emf.EmfPlus.Records
Assembly: Aspose.Imaging.dll (25.4.0)
The State Record Types specify operations on the state of the playback device context.
public abstract class EmfPlusStateRecordType : EmfPlusRecord
Inheritance
object ← MetaObject ← EmfPlusRecord ← EmfPlusStateRecordType
Derived
EmfPlusBeginContainer , EmfPlusBeginContainerNoParams , EmfPlusEndContainer , EmfPlusRestore , EmfPlusSave
Inherited Members
EmfPlusRecord.Type , EmfPlusRecord.Flags , EmfPlusRecord.Size , EmfPlusRecord.DataSize , object.GetType() , object.MemberwiseClone() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()
Remarks
Each graphics state container MUST be added to an array of saved graphics containers. The graphics state container is not written to the EMF+ metafile, so its format can be determined by the implementation.
Constructors
EmfPlusStateRecordType(EmfPlusRecord)
Initializes a new instance of the Aspose.Imaging.FileFormats.Emf.EmfPlus.Records.EmfPlusStateRecordType class.
protected EmfPlusStateRecordType(EmfPlusRecord source)
Parameters
source
EmfPlusRecord
The source.