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.
Creates an immutable copy of a graphics path.
func copy() -> CGPath?A new, immutable copy of the specified path. You are responsible for releasing this object.