---
title: "asComposePath"
description: "Convert the [android.graphics.Path] instance into a Compose-compatible Path"
type: "function"
---

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


<a id='references'></a>
<div class='sourceset sourceset-android'>Android</div>


```kotlin
fun PlatformPath.asComposePath(): Path
```


Convert the `android.graphics.Path` instance into a Compose-compatible Path



