Class CmxProcedure
- Namespace
- Aspose.Imaging.FileFormats.Cmx.ObjectModel
- Assembly
- Aspose.Imaging.dll
The CMX procedure.
public class CmxProcedure : CmxContainer, ICmxContainer, ICmxDocElement
- Inheritance
-
CmxProcedure
- Implements
- Inherited Members
Constructors
CmxProcedure()
public CmxProcedure()
- 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(CmxProcedure)
Check if objects are equal.
protected bool Equals(CmxProcedure other)
Parameters
other
CmxProcedureThe 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
objectThe 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