Class ImageSize

    • Constructor Detail

      • ImageSize

        public ImageSize​(int width,
                         int height)
        Parameters:
        width - Width of the image in pixels.
        height - Height of the image in pixels.
    • Method Detail

      • getWidth

        public int getWidth()
        Returns:
        Width of the image in pixels.
      • getHeight

        public int getHeight()
        Returns:
        Height of the image in pixels.