PDF Preview
1.0.8
androidJvm
pdfium
/
com.harissk.pdfium.util
/
SizeF
Size
F
data
class
SizeF
(
val
width
:
Float
,
val
height
:
Float
)
Represents a size with float width and height.
Parameters
width
The width of the size.
height
The height of the size.
Members
Constructors
Size
F
Link copied to clipboard
constructor
(
width
:
Float
,
height
:
Float
)
Properties
height
Link copied to clipboard
val
height
:
Float
width
Link copied to clipboard
val
width
:
Float