Table of Contents

Class CmxContainer

Namespace
Aspose.Imaging.FileFormats.Cmx.ObjectModel
Assembly
Aspose.Imaging.dll

the container for child elements.

public abstract class CmxContainer : ICmxContainer, ICmxDocElement
Inheritance
CmxContainer
Implements
Derived
Inherited Members

Constructors

CmxContainer()

protected CmxContainer()

Properties

Elements

Gets the elements.

public virtual IList<ICmxDocElement> Elements { get; }

Property Value

IList<ICmxDocElement>

Collection of child elements.

Methods

Equals(CmxContainer)

Check if objects are equal.

protected bool Equals(CmxContainer other)

Parameters

other CmxContainer

The other object.

Returns

bool

The equality comparison result.

Equals(object)

Check if objects are equal.

public override bool Equals(object obj)

Parameters

obj object

The other object.

Returns

bool

The equality comparison result.

GetHashCode()

Get hash code of the current object.

public override int GetHashCode()

Returns

int

The hash code.