KitePDF
Toggle table of contents
0.1.0
common
Platform filter
common
Switch theme
Search in API
KitePDF
kitepdf
/
io.github.yuroyami.kitepdf
/
Rectangle
Rectangle
data
class
Rectangle
(
val
left
:
Double
,
val
bottom
:
Double
,
val
right
:
Double
,
val
top
:
Double
)
PDF rectangle: left, bottom, right, top in user-space units.
Members
Constructors
Rectangle
Link copied to clipboard
constructor
(
left
:
Double
,
bottom
:
Double
,
right
:
Double
,
top
:
Double
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
bottom
Link copied to clipboard
val
bottom
:
Double
height
Link copied to clipboard
val
height
:
Double
left
Link copied to clipboard
val
left
:
Double
right
Link copied to clipboard
val
right
:
Double
top
Link copied to clipboard
val
top
:
Double
width
Link copied to clipboard
val
width
:
Double