Class EmfPlusBeginContainerNoParams
Namespace: Aspose.Imaging.FileFormats.Emf.EmfPlus.Records
Assembly: Aspose.Imaging.dll (25.2.0)
The EmfPlusBeginContainerNoParams record opens a new graphics state container.
public sealed class EmfPlusBeginContainerNoParams : EmfPlusStateRecordType
Inheritance
object ← MetaObject ← EmfPlusRecord ← EmfPlusStateRecordType ← EmfPlusBeginContainerNoParams
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
EmfPlusBeginContainerNoParams(EmfPlusRecord)
Initializes a new instance of the Aspose.Imaging.FileFormats.Emf.EmfPlus.Records.EmfPlusBeginContainerNoParams class.
public EmfPlusBeginContainerNoParams(EmfPlusRecord source)
Parameters
source
EmfPlusRecord
The source.
Properties
StackIndex
Gets or sets a 32-bit unsigned integer that specifies an index to associate with the graphics state container. The index MUST be referenced by a subsequent EmfPlusEndContainer record (section 2.3.7.3) to close the graphics state container.
public int StackIndex { get; set; }