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
object ← DisposableObject ← CmxContainer ← CmxGroup
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
Methods
Equals(CmxGroup)
Check if objects are equal.
protected bool Equals(CmxGroup other)
Parameters
other
CmxGroup
The other object.
Returns
The equality comparison result.
Equals(object)
Check if objects are equal.
public override bool Equals(object obj)
Parameters
obj
object
The other object.
Returns
The equality comparison result.
GetHashCode()
Get hash code of the current object.
public override int GetHashCode()
Returns
The hash code.
ToString()
Returns a System.String that represents this instance.
public override string ToString()
Returns
A System.String that represents this instance.