MatrixTransform.CloneCurrentValue 方法

定義

藉由建立這個 MatrixTransform 物件值的深層複製,來建立它的可修改複本。 這個方法不會複製資源參考、資料繫結或動畫,但是會複製其目前值。

public:
 System::Windows::Media::MatrixTransform ^ CloneCurrentValue();
public System.Windows.Media.MatrixTransform CloneCurrentValue ();
override this.CloneCurrentValue : unit -> System.Windows.Media.MatrixTransform
Public Function CloneCurrentValue () As MatrixTransform

傳回

MatrixTransform

目前物件的可修改深層複本。 即使來源的 IsFrozen 屬性為 false,複製物件的 IsFrozen 屬性仍為 true

備註

使用此方法可產生唯讀物件的可修改複本 Freezable 。 為了方便起見,這個方法會以強型別實作遮蔽繼承的版本。

如需詳細資訊,請參閱Freezable.CloneCurrentValue

適用於