Companion

object Companion

Functions

Link copied to clipboard
fun getType(): <Error class: unknown class>

Get the GType of PathMeasure

Link copied to clipboard
fun new(path: Path): PathMeasure

Creates a measure object for the given @path with the default tolerance.

Link copied to clipboard
fun newWithTolerance(path: Path, tolerance: <Error class: unknown class>): PathMeasure

Creates a measure object for the given @path and @tolerance.