dot-face-core
9.2.0
publicApi
dot-face-core
/
com.innovatrics.dot.image
/
ImageSize
Image
Size
data
class
ImageSize
(
val
width
:
Int
,
val
height
:
Int
)
Represents image size in pixels.
Members
Constructors
Image
Size
Link copied to clipboard
constructor
(
width
:
Int
,
height
:
Int
)
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.