CmxProcedure
Contents
[
Hide
]Inheritance: java.lang.Object, com.aspose.imaging.fileformats.cmx.objectmodel.CmxContainer
public class CmxProcedure extends CmxContainer
The CMX procedure.
Constructors
Constructor | Description |
---|---|
CmxProcedure() |
Methods
Method | Description |
---|---|
getBoundBox() | Gets the bounding box. |
setBoundBox(RectangleF value) | Sets the bounding box. |
equals(Object o) | Check if objects are equal. |
hashCode() | Get hash code of the current object. |
CmxProcedure()
public CmxProcedure()
getBoundBox()
public final RectangleF getBoundBox()
Gets the bounding box.
Returns: RectangleF - the bounding box.
setBoundBox(RectangleF value)
public final void setBoundBox(RectangleF value)
Sets the bounding box.
Parameters:
Parameter | Type | Description |
---|---|---|
value | RectangleF | the bounding box. |
equals(Object o)
public boolean equals(Object o)
Check if objects are equal.
Parameters:
Parameter | Type | Description |
---|---|---|
o | java.lang.Object | The other object. |
Returns: boolean - The equality comparison result.
hashCode()
public int hashCode()
Get hash code of the current object.
Returns: int - The hash code.