Class CmxContainer

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 &lt؛ ICmxDocElement >

Methods

Equals(CmxContainer)

تحقق مما إذا كانت الأشياء متساوية.

protected bool Equals(CmxContainer other)

Parameters

other CmxContainer

الموضوع الآخر .

Returns

bool

نتيجة مقارنة المساواة.

Equals(الموضوع)

تحقق مما إذا كانت الأشياء متساوية.

public override bool Equals(object obj)

Parameters

obj object

الموضوع الآخر .

Returns

bool

نتيجة مقارنة المساواة.

GetHashCode()

احصل على رمز الهاش من الكائن الحالي.

public override int GetHashCode()

Returns

int

كود الهاش .

ReleaseManagedResources()

تأكد من عدم إطلاق الموارد غير المعالجة هنا، لأنها قد تكون قد تم إطلاقها بالفعل.

protected override void ReleaseManagedResources()
 عربي