Table of Contents

Class CmxGroup

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

Group of ICmxDocElement

public class CmxGroup : CmxContainer, ICmxContainer, ICmxDocElement
Inheritance
CmxGroup
Implements
Inherited Members

Constructors

CmxGroup()

public CmxGroup()
See Also

Properties

BoundBox

Gets or sets the bounding box.

public RectangleF BoundBox { get; set; }

Property Value

RectangleF

The bounding box.

See Also

Methods

Equals(CmxGroup)

Check if objects are equal.

protected bool Equals(CmxGroup other)

Parameters

other CmxGroup

The other object.

Returns

bool

The equality comparison result.

See Also

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.

See Also

GetHashCode()

Get hash code of the current object.

public override int GetHashCode()

Returns

int

The hash code.

See Also

ToString()

Returns a string that represents this instance.

public override string ToString()

Returns

string

A string that represents this instance.

See Also

See Also