incReserve

fun incReserve(extraPtCount: Int): Path

Grows Path verb array and Point array to contain extraPtCount additional Point. May improve performance and use less memory by reducing the number and size of allocations when creating Path.

Return

this

Parameters

extraPtCount

number of additional Point to allocate

See also