dot-face-core
9.2.0
publicApi
dot-face-core
/
com.innovatrics.dot.image
/
ImageSizeDouble
Image
Size
Double
data
class
ImageSizeDouble
(
val
width
:
Double
,
val
height
:
Double
)
Image size in decimal values.
Members
Constructors
Image
Size
Double
Link copied to clipboard
constructor
(
width
:
Double
,
height
:
Double
)
Properties
height
Link copied to clipboard
val
height
:
Double
Height in decimal value.
width
Link copied to clipboard
val
width
:
Double
Width in decimal value.