clone

fun clone(polygon: ClippingPolygon, result: ClippingPolygon? = definedExternally): ClippingPolygon(source)

Clones the ClippingPolygon without setting its ownership.

Return

a clone of the input ClippingPolygon

Parameters

polygon

The ClippingPolygon to be cloned

result

The object on which to store the cloned parameters.

See also