Contents

copy()

Creates an immutable copy of a graphics path.

Declaration

func copy() -> CGPath?

Return Value

A new, immutable copy of the specified path. You are responsible for releasing this object.

See Also

Copying a Graphics Path