Interface IElFinderImageProcessorCropParams

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      int height()
      Gets the height of the crop box (in pixels).
      int width()
      Gets the width of the crop box (in pixels).
      int x()
      Gets the x-coordinate of the top-left corner of the crop box (in pixels).
      int y()
      Gets the y-coordinate of the top-left corner of the crop box (in pixels).
    • Method Detail

      • 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).