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 < 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()
 中文