Class CmxContainer
Numele spaţiului: Aspose.Imaging.FileFormats.Cmx.ObjectModel Asamblare: Aspose.Imaging.dll (25.4.0)
Containerul pentru elementele copilului.
[JsonObject(MemberSerialization.OptIn)]
public abstract class CmxContainer : DisposableObject, IDisposable, ICmxContainer, ICmxDocElement
Inheritance
object ← DisposableObject ← CmxContainer
Derived
CmxGroup , CmxLayer , CmxProcedure
Implements
IDisposable , ICmxContainer , ICmxDocElement
Membrii moștenitori
DisposableObject.Dispose() , DisposableObject.ReleaseManagedResources() , DisposableObject.ReleaseUnmanagedResources() , DisposableObject.VerifyNotDisposed() , DisposableObject.Disposed , object.GetType() , object.MemberwiseClone() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()
Constructors
CmxContainer()
[JsonConstructor]
protected CmxContainer()
Properties
Elements
Obțineți elementele
public virtual IList<icmxdocelement> Elements { get; }
Valoarea proprietății
IList < ICmxDocElement >
Methods
Equals(CmxContainer)
Verificați dacă obiectele sunt egale.
protected bool Equals(CmxContainer other)
Parameters
other
CmxContainer
celălalt obiect.
Returns
Rezultatul comparării egalităţii.
Equals(Obiectul)
Verificați dacă obiectele sunt egale.
public override bool Equals(object obj)
Parameters
obj
object
celălalt obiect.
Returns
Rezultatul comparării egalităţii.
GetHashCode()
Obțineți codul hash al obiectului curent.
public override int GetHashCode()
Returns
Codul de hash.
ReleaseManagedResources()
Asigurați-vă că resursele necontrolate nu sunt eliberate aici, deoarece acestea pot fi deja eliberate.
protected override void ReleaseManagedResources()