Returns oval bounds if this path is recognized as an oval or circle. @return bounds is recognized as an oval or circle, null otherwise @see https://fiddle.skia.org/c/@Path_isOval
()
| 161 | * @see <a href="https://fiddle.skia.org/c/@Path_isOval">https://fiddle.skia.org/c/@Path_isOval</a> |
| 162 | */ |
| 163 | public Rect isOval() { |
| 164 | try { |
| 165 | Stats.onNativeCall(); |
| 166 | return _nIsOval(_ptr); |
| 167 | } finally { |
| 168 | Reference.reachabilityFence(this); |
| 169 | } |
| 170 | } |
| 171 | |
| 172 | /** |
| 173 | * Returns {@link RRect} if this path is recognized as an oval, circle or RRect. |