public interface IObjectWithBounds
Represents an object with bounds.
Modifier and Type | Method and Description |
---|---|
Rectangle |
getBounds()
Gets the object bounds.
|
int |
getHeight()
Gets the object height.
|
Size |
getSize()
Gets the object size.
|
int |
getWidth()
Gets the object width.
|
Size getSize()
Gets the object size.
Value: The object size.Rectangle getBounds()
Gets the object bounds.
Value: The object bounds.int getWidth()
Gets the object width.
Value: The object width.int getHeight()
Gets the object height.
Value: The object height.Copyright (c) 2008-2019 Aspose Pty Ltd. All Rights Reserved.