clone

fun clone(result: BoundingRectangle? = definedExternally): BoundingRectangle(source)

Duplicates this BoundingRectangle instance.

Return

The modified result parameter or a new BoundingRectangle instance if one was not provided.

Parameters

result

The object onto which to store the result.

See also