<div class='type'>Function</div>


<a id='references'></a>


<h2 id="pathmeasure">PathMeasure</h2>

<div class='sourceset sourceset-common'>Common</div>


```kotlin
expect fun PathMeasure(): PathMeasure
```


Create an empty `PathMeasure` object. To uses this to measure the length of a path, and/or to
find the position and tangent along it, call `PathMeasure.setPath`. Note that once a path is
associated with the measure object, it is undefined if the path is subsequently modified and the
measure object is used. If the path is modified, you must call `PathMeasure.setPath` with the
path.





<hr class="docs-overload-divider">


<h2 id="pathmeasure-2">PathMeasure</h2>

<div class='sourceset sourceset-android'>Android</div>


```kotlin
actual fun PathMeasure(): PathMeasure
```