Class CmxProcedure
Namespace: Aspose.Imaging.FileFormats.Cmx.ObjectModel
Assembly: Aspose.Imaging.dll (25.2.0)
The CMX procedure.
[JsonObject(MemberSerialization.OptIn)]
public class CmxProcedure : CmxContainer, IDisposable, ICmxContainer, ICmxDocElement
Inheritance
object ← DisposableObject ← CmxContainer ← CmxProcedure
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
CmxProcedure()
public CmxProcedure()
Properties
BoundBox
Gets or sets the bounding box.
[JsonProperty]
public RectangleF BoundBox { get; set; }
Property Value
Methods
Equals(CmxProcedure)
Check if objects are equal.
protected bool Equals(CmxProcedure other)
Parameters
other
CmxProcedure
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.