PathMetrics

interface PathMetrics

Provides a mechanism to measure the size of a Path.

Functions

Link copied to clipboard
abstract fun bounds(path: Path): Rectangle
Link copied to clipboard
abstract fun height(path: Path): Double
Link copied to clipboard
abstract fun length(path: Path): Double
Link copied to clipboard
abstract fun size(path: Path): Size
Link copied to clipboard
abstract fun width(path: Path): Double