Returns the approximate byte size of the Path in memory. @return approximate size
()
| 699 | * @return approximate size |
| 700 | */ |
| 701 | @Contract(pure = true) |
| 702 | public long getApproximateBytesUsed() { |
| 703 | try { |
| 704 | Stats.onNativeCall(); |
| 705 | return _nApproximateBytesUsed(_ptr); |
| 706 | } finally { |
| 707 | ReferenceUtil.reachabilityFence(this); |
| 708 | } |
| 709 | } |
| 710 | |
| 711 | /** |
| 712 | * <p>Returns minimum and maximum axes values of Point array.</p> |