Returns RRect if this path is recognized as an oval, circle or RRect. @return bounds is recognized as an oval, circle or RRect, null otherwise @see https://fiddle.skia.org/c/@Path_isRRect
()
| 177 | * @see <a href="https://fiddle.skia.org/c/@Path_isRRect">https://fiddle.skia.org/c/@Path_isRRect</a> |
| 178 | */ |
| 179 | public RRect isRRect() { |
| 180 | try { |
| 181 | Stats.onNativeCall(); |
| 182 | return _nIsRRect(_ptr); |
| 183 | } finally { |
| 184 | Reference.reachabilityFence(this); |
| 185 | } |
| 186 | } |
| 187 | |
| 188 | /** |
| 189 | * <p>Sets Path to its initial state.</p> |