Returns the number of points in Path. Point count is initially zero. @return Path Point array length @see https://fiddle.skia.org/c/@Path_countPoints
()
| 396 | * @see <a href="https://fiddle.skia.org/c/@Path_countPoints">https://fiddle.skia.org/c/@Path_countPoints</a> |
| 397 | */ |
| 398 | public int getPointsCount() { |
| 399 | try { |
| 400 | Stats.onNativeCall(); |
| 401 | return _nGetPointsCount(_ptr); |
| 402 | } finally { |
| 403 | Reference.reachabilityFence(this); |
| 404 | } |
| 405 | } |
| 406 | |
| 407 | /** |
| 408 | * <p>Returns Point at index in Point array. Valid range for index is |