Sets Path to its initial state. Removes verb array, Point array, and weights, and sets FillMode to PathFillMode#WINDING. Internal storage associated with Path is released. @return this @see https://fiddle.skia.org/c/@Path_rese
()
| 1018 | * @see <a href="https://fiddle.skia.org/c/@Path_reset">https://fiddle.skia.org/c/@Path_reset</a> |
| 1019 | */ |
| 1020 | @NotNull @Contract("-> this") |
| 1021 | public Path reset() { |
| 1022 | Stats.onNativeCall(); |
| 1023 | _nReset(_ptr); |
| 1024 | return this; |
| 1025 | } |
| 1026 | |
| 1027 | /** |
| 1028 | * Iterates through verb array, and associated {@link Point} array and conic |