public interface ICrop
| Modifier and Type | Method and Description |
|---|---|
double |
getPictureHeight()
Gets the height of the image that is to be cropped.
|
double |
getPictureOffsetX()
Gets the x-axis offset of the image that is to be cropped.
|
double |
getPictureOffsetY()
Gets the y-axis offset of the image that is to be cropped.
|
double |
getPictureWidth()
Gets the width of the image that is to be cropped.
|
double |
getShapeHeight()
Gets the height of a shape that is used to crop an image.
|
double |
getShapeLeft()
Gets the location of the left-side of a shape that is used to crop an image.
|
double |
getShapeTop()
Gets the location of the top of a shape that is used to crop an image.
|
double |
getShapeWidth()
Gets the width of a shape that is used to crop an image.
|
void |
setPictureHeight(double value)
Sets the height of the image that is to be cropped.
|
void |
setPictureOffsetX(double value)
Sets the x-axis offset of the image that is to be cropped.
|
void |
setPictureOffsetY(double value)
Sets the y-axis offset of the image that is to be cropped.
|
void |
setPictureWidth(double value)
Sets the width of the image that is to be cropped.
|
void |
setShapeHeight(double value)
Sets the height of a shape that is used to crop an image.
|
void |
setShapeLeft(double value)
Sets the location of the left-side of a shape that is used to crop an image.
|
void |
setShapeTop(double value)
Sets the location of the top of a shape that is used to crop an image.
|
void |
setShapeWidth(double value)
Sets the width of a shape that is used to crop an image.
|
double getPictureHeight()
void setPictureHeight(double value)
double getPictureOffsetX()
void setPictureOffsetX(double value)
double getPictureOffsetY()
void setPictureOffsetY(double value)
double getPictureWidth()
void setPictureWidth(double value)
double getShapeHeight()
void setShapeHeight(double value)
double getShapeLeft()
void setShapeLeft(double value)
double getShapeTop()
void setShapeTop(double value)
double getShapeWidth()
void setShapeWidth(double value)