Transform.CloneCurrentValue 方法
定义
public:
System::Windows::Media::Transform ^ CloneCurrentValue();
public System.Windows.Media.Transform CloneCurrentValue ();
override this.CloneCurrentValue : unit -> System.Windows.Media.Transform
Public Function CloneCurrentValue () As Transform
返回
当前对象的可修改深层副本。A modifiable deep copy of the current object. 即使源的 IsFrozen 属性为 false
,已克隆的对象的 IsFrozen 属性仍为 true
。The IsFrozen property of the cloned object is false
even if the IsFrozen property of the source is true
.
注解
使用此方法可生成只读Freezable对象的可修改副本。Use this method to produce modifiable copies of read-only Freezable objects. 为方便起见,此方法使用强类型实现隐藏了继承的版本。For convenience, this method shadows the inherited version with a strongly typed implementation.
有关详细信息,请参阅 Freezable.CloneCurrentValue。For more information, see Freezable.CloneCurrentValue.