Class CmxContainer
Названий на: Aspose.Imaging.FileFormats.Cmx.ObjectModel Асамблея: Aspose.Imaging.dll (25.4.0)
Контейнер для дитячих елементів.
[JsonObject(MemberSerialization.OptIn)]
public abstract class CmxContainer : DisposableObject, IDisposable, ICmxContainer, ICmxDocElement
Inheritance
object ← DisposableObject ← CmxContainer
Derived
CmxGroup , CmxLayer , CmxProcedure
Implements
IDisposable , ICmxContainer , ICmxDocElement
Нападні члени
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
Вони отримують елементи.
public virtual IList<icmxdocelement> Elements { get; }
вартість нерухомості
IList • < ICmxDocElement >
Methods
Equals(CmxContainer)
Перевірте, чи є об’єкти рівними.
protected bool Equals(CmxContainer other)
Parameters
other
CmxContainer
Інший об’єкт
Returns
Результат порівняння рівності.
Equals(Об’єкт)
Перевірте, чи є об’єкти рівними.
public override bool Equals(object obj)
Parameters
obj
object
Інший об’єкт
Returns
Результат порівняння рівності.
GetHashCode()
Знайдіть хаш-код поточного об’єкта.
public override int GetHashCode()
Returns
Код для хаша.
ReleaseManagedResources()
Переконайтеся, що нерухомі ресурси не випускаються тут, оскільки вони можуть бути вже випущені.
protected override void ReleaseManagedResources()