toggle menu
doodle
0.10.3
common
switch theme
search in API
core
/
io.nacular.doodle.geometry
/
PathMetrics
Path
Metrics
common
interface
PathMetrics
Provides a mechanism to measure the size of a
Path
.
Members
Functions
bounds
Link copied to clipboard
common
abstract
fun
bounds
(
path
:
Path
)
:
Rectangle
height
Link copied to clipboard
common
abstract
fun
height
(
path
:
Path
)
:
Double
length
Link copied to clipboard
common
abstract
fun
length
(
path
:
Path
)
:
Double
size
Link copied to clipboard
common
abstract
fun
size
(
path
:
Path
)
:
Size
width
Link copied to clipboard
common
abstract
fun
width
(
path
:
Path
)
:
Double