LineSegment.CloneCurrentValue 方法

定义

通过制作此 LineSegment 对象的值的深层副本来创建它的可修改副本。 此方法不复制资源引用、数据绑定或动画,但复制其当前值。

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

返回

当前对象的可修改深层副本。 即使源的 IsFrozen 属性为 falseIsFrozen 属性也为 true

注解

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

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

适用于