DrawingGroup.CloneCurrentValue 方法

定义

创建此 DrawingGroup 对象的可修改深层副本并创建其当前值的深层副本。

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

返回

DrawingGroup

当前对象的可修改复本。 即使源的 IsFrozen 属性为 false,已克隆的对象的 IsFrozen 属性仍为 true

注解

使用此方法可生成只读 Freezable 对象的可修改副本。 为方便起见,此方法会隐藏具有强类型实现的继承版本。

此方法不复制资源引用、数据绑定和动画,但复制其当前值。

有关详细信息,请参阅 Freezable.CloneCurrentValue

适用于