public final class VectorShapeBoundingBox extends Object
Defines vector shape bounding box class.
| Constructor and Description |
|---|
VectorShapeBoundingBox() |
| Modifier and Type | Method and Description |
|---|---|
double |
getBottom()
Gets or sets the bottom.
|
Rectangle |
getBounds()
Gets or sets the bounds of the shape bounding box.
|
double |
getLeft()
Gets or sets the left.
|
int |
getQuadVersion()
Gets or sets the unit value quad version.
|
double |
getRight()
Gets or sets the right.
|
double |
getTop()
Gets or sets the top.
|
void |
setBottom(double value)
Gets or sets the bottom.
|
void |
setBounds(Rectangle value)
Gets or sets the bounds of the shape bounding box.
|
void |
setLeft(double value)
Gets or sets the left.
|
void |
setQuadVersion(int value)
Gets or sets the unit value quad version.
|
void |
setRight(double value)
Gets or sets the right.
|
void |
setTop(double value)
Gets or sets the top.
|
public final double getLeft()
Gets or sets the left.
Value: The left.public final void setLeft(double value)
Gets or sets the left.
Value: The left.public final double getTop()
Gets or sets the top.
Value: The top.public final void setTop(double value)
Gets or sets the top.
Value: The top.public final double getRight()
Gets or sets the right.
Value: The right.public final void setRight(double value)
Gets or sets the right.
Value: The right.public final double getBottom()
Gets or sets the bottom.
Value: The bottom.public final void setBottom(double value)
Gets or sets the bottom.
Value: The bottom.public final int getQuadVersion()
Gets or sets the unit value quad version.
Value: The quad version.public final void setQuadVersion(int value)
Gets or sets the unit value quad version.
Value: The quad version.public final Rectangle getBounds()
Gets or sets the bounds of the shape bounding box.
Value: The shape bounding box bounds.public final void setBounds(Rectangle value)
Gets or sets the bounds of the shape bounding box.
Value: The shape bounding box bounds.Copyright (c) 2008-2020 Aspose Pty Ltd. All Rights Reserved.