共用方式為


CALayer.Clone(CALayer) 方法

定義

應覆寫這個方法,以提供圖層的複製功能。

public virtual void Clone (CoreAnimation.CALayer other);
abstract member Clone : CoreAnimation.CALayer -> unit
override this.Clone : CoreAnimation.CALayer -> unit

參數

other
CALayer

要從中複製縮排的另一層。

備註

您可以覆寫此方法,並從原始層複製所需的資訊,或在 initWithLayer:建構函式中執行複製 (請參閱類別描述以取得詳細資料和範例) 。

適用於