coil-root
Toggle table of contents
3.4.0-SNAPSHOT
common
Platform filter
common
Switch theme
Search in API
coil-root
coil-svg
/
coil3.svg
/
Svg
/
ViewBox
View
Box
data
class
ViewBox
(
val
left
:
Float
,
val
top
:
Float
,
val
right
:
Float
,
val
bottom
:
Float
)
Members
Members & Extensions
Constructors
View
Box
Link copied to clipboard
constructor
(
left
:
Float
,
top
:
Float
,
right
:
Float
,
bottom
:
Float
)
Properties
bottom
Link copied to clipboard
val
bottom
:
Float
height
Link copied to clipboard
val
Svg.ViewBox
.
height
:
Float
left
Link copied to clipboard
val
left
:
Float
right
Link copied to clipboard
val
right
:
Float
top
Link copied to clipboard
val
top
:
Float
width
Link copied to clipboard
val
Svg.ViewBox
.
width
:
Float