public class CmxProcedure extends CmxContainer
The CMX procedure.
CmxContainer| Constructor and Description |
|---|
CmxProcedure() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o)
Check if objects are equal.
|
RectangleF |
getBoundBox()
Gets the bounding box.
|
int |
hashCode()
Get hash code of the current object.
|
void |
setBoundBox(RectangleF value)
Sets the bounding box.
|
getElementsclose, dispose, getDisposedpublic final RectangleF getBoundBox()
Gets the bounding box.
public final void setBoundBox(RectangleF value)
Sets the bounding box.
value - the bounding box.public boolean equals(Object o)
Check if objects are equal.
equals in class CmxContainero - The other object.public int hashCode()
Get hash code of the current object.
hashCode in class CmxContainerCopyright (c) 2008-2025 Aspose Pty Ltd. All Rights Reserved.