Interface IElFinderImageProcessorCropParams
- All Superinterfaces:
IElFinderImageProcessorBaseParams
Parameters for the crop operation, see
IElFinderImageProcessor.cropImage(Path, Path, IElFinderImageProcessorCropParams)- Since:
- 8.3.0
- Author:
- XIMA MEDIA GmbH
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionintheight()Gets the height of the crop box (in pixels).intwidth()Gets the width of the crop box (in pixels).intx()Gets the x-coordinate of the top-left corner of the crop box (in pixels).inty()Gets the y-coordinate of the top-left corner of the crop box (in pixels).Methods inherited from interface IElFinderImageProcessorBaseParams
quality
-
Method Details
-
height
int height()Gets the height of the crop box (in pixels).- Returns:
- height The height of the crop box (in pixels).
-
width
int width()Gets the width of the crop box (in pixels).- Returns:
- The width of the crop box (in pixels).
-
x
int x()Gets the x-coordinate of the top-left corner of the crop box (in pixels).- Returns:
- The x-coordinate of the top-left corner of the crop box (in pixels).
-
y
int y()Gets the y-coordinate of the top-left corner of the crop box (in pixels).- Returns:
- The y-coordinate of the top-left corner of the crop box (in pixels).
-