public abstract class ObjectWithBounds extends Object
The object having bounds.
Constructor and Description |
---|
ObjectWithBounds() |
Modifier and Type | Method and Description |
---|---|
abstract com.aspose.cad.RectangleF |
getBounds()
Gets the object's bounds.
|
abstract com.aspose.cad.RectangleF |
getBounds(Matrix matrix)
Gets the object's bounds.
|
abstract void |
transform(Matrix transform)
Applies the specified transformation to the shape.
|
public abstract com.aspose.cad.RectangleF getBounds()
Gets the object's bounds.
public abstract com.aspose.cad.RectangleF getBounds(Matrix matrix)
Gets the object's bounds.
matrix
- The matrix to apply before bounds will be calculated.public abstract void transform(Matrix transform)
Applies the specified transformation to the shape.
transform
- The transformation to apply.