Dimensions

class Dimensions


Represents the dimensions of an image in pixels

Summary

Public constructors

Dimensions(width: Int, height: Int)

Public properties

Int

the height of the image in pixels

Int

the width of the image in pixels

Public constructors

Dimensions

Dimensions(width: Int, height: Int)
Parameters
width: Int

the width of the image in pixels

height: Int

the height of the image in pixels

Public properties

height

val heightInt

the height of the image in pixels

width

val widthInt

the width of the image in pixels