Class EmfPlusEndContainer
Namespace: Aspose.Imaging.FileFormats.Emf.EmfPlus.Records
Assembly: Aspose.Imaging.dll (25.4.0)
The EmfPlusEndContainer record closes a graphics state container that was previously opened by a begin container operation.
public sealed class EmfPlusEndContainer : EmfPlusStateRecordType
Inheritance
object ← MetaObject ← EmfPlusRecord ← EmfPlusStateRecordType ← EmfPlusEndContainer
Inherited Members
EmfPlusRecord.Type , EmfPlusRecord.Flags , EmfPlusRecord.Size , EmfPlusRecord.DataSize , object.GetType() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()
Constructors
EmfPlusEndContainer(EmfPlusRecord)
Initializes a new instance of the Aspose.Imaging.FileFormats.Emf.EmfPlus.Records.EmfPlusEndContainer class.
public EmfPlusEndContainer(EmfPlusRecord source)
Parameters
source
EmfPlusRecord
The source.
Properties
StackIndex
Gets or sets a 32-bit unsigned integer that specifies the index of a graphics state container. The index MUST must match the value associated with a graphics state container opened by a previous EmfPlusBeginContainer (section 2.3.7.1) or EmfPlusBeginContainerNoParams record (section 2.3.7.2).
public int StackIndex { get; set; }