Interface ImageDimensions


  • public interface ImageDimensions
    Interface representing the dimensions of an image.
    Since:
    8.15.1
    • Method Detail

      • getHeight

        int getHeight()
        Returns:
        returns the height in pixels of the image
      • getWidth

        int getWidth()
        Returns:
        returns the width in pixels of the image