Class CmxGroup

Class CmxGroup

Namespace: Aspose.Imaging.FileFormats.Cmx.ObjectModel
Assembly: Aspose.Imaging.dll (25.2.0)

Group of Aspose.Imaging.FileFormats.Cmx.ObjectModel.ICmxDocElement

[JsonObject(MemberSerialization.OptIn)]
public class CmxGroup : CmxContainer, IDisposable, ICmxContainer, ICmxDocElement

Inheritance

objectDisposableObjectCmxContainerCmxGroup

Implements

IDisposable, ICmxContainer, ICmxDocElement

Inherited Members

CmxContainer.Equals(CmxContainer), CmxContainer.Equals(object), CmxContainer.GetHashCode(), CmxContainer.ReleaseManagedResources(), CmxContainer.Elements, 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

CmxGroup()

public CmxGroup()

Properties

BoundBox

Gets or sets the bounding box.

[JsonProperty]
public RectangleF BoundBox { get; set; }

Property Value

RectangleF

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.

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.

ToString()

Returns a System.String that represents this instance.

public override string ToString()

Returns

string

A System.String that represents this instance.

See Also

ICmxContainer