Class EmfPlusEndContainer
Le nom : Aspose.Imaging.FileFormats.Emf.EmfPlus.Records Assemblée: Aspose.Imaging.dll (25.4.0)
L’enregistrement EmfPlusEndContainer ferme un conteneur d’état graphique qui a été auparavant ouvert par une opération de conteneur initiale.
public sealed class EmfPlusEndContainer : EmfPlusStateRecordType
Inheritance
object ← MetaObject ← EmfPlusRecord ← EmfPlusStateRecordType ← EmfPlusEndContainer
I membri ereditari
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)
Initialisez une nouvelle instance de la classe Aspose.Imaging.FileFormats.Emf.EmpPlus.Records.empplusEndContainer.
public EmfPlusEndContainer(EmfPlusRecord source)
Parameters
source
EmfPlusRecord
La fonte .
Properties
StackIndex
Obtenez ou définissez un intégral non signé de 32 bits spécifiant l’indice d’un état graphiquel’indice doit correspondre à la valeur associée à un conteneur d’état graphiqueouvert par un précédent EmfPlusBeginContainer (section 2.3.7.1) ouEmfPlusBeginContainerNoParams enregistrement (section 2.3.7.2).
public int StackIndex { get; set; }