Light Novel Reader Api
Toggle table of contents
release
Target filter
release
Switch theme
Search in API
Skip to content
Light Novel Reader Api
Light Novel Reader Api
/
io.nightfish.lightnovelreader.api.image
/
ImageSize
Image
Size
data
class
ImageSize
(
val
width
:
Int
?
,
val
height
:
Int
?
)
用于图片转换器得传参类型 记录图片被设置显示的大小 如果值为null则表示未指定该方向的大小
Since
Api 4
Parameters
width
图片宽度
height
图片高度
Members
Constructors
Image
Size
Link copied to clipboard
constructor
(
width
:
Int
?
,
height
:
Int
?
)
Properties
height
Link copied to clipboard
val
height
:
Int
?
width
Link copied to clipboard
val
width
:
Int
?