CoreAnimation.CALayer.Clone Method
This method should be overwritten to provide cloning capabilities for the layer.

Syntax

public virtual void Clone (CALayer other)

Parameters

other
The other layer to copy infromation from.

Remarks

You can either override this method and clone the information that you need from the original layer, or perform the copy in your initWithLayer: constructor (see the class description for details and a sample).

Requirements

Namespace: CoreAnimation
Assembly: Xamarin.iOS (in Xamarin.iOS.dll)
Assembly Versions: 0.0.0.0