dot-face-lite
7.5.7
dot-face-lite
/
com.innovatrics.dot.image
/
ImageSize
Image
Size
data
class
ImageSize
(
val
width
:
Int
,
val
height
:
Int
)
Represents image size in pixels.
Types
Constructors
Properties
Constructors
Image
Size
Link copied to clipboard
fun
ImageSize
(
width
:
Int
,
height
:
Int
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
height
Link copied to clipboard
val
height
:
Int
Image height in pixels.
width
Link copied to clipboard
val
width
:
Int
Image width in pixels.