Table of Contents

Method CloneCore

Namespace
SharpVectors.Runtime
Assembly
SharpVectors.Runtime.Wpf.dll

CloneCore(Freezable)

Makes this instance a deep copy of the specified BitmapSource. When copying dependency properties, this method copies resource references and data bindings (but they might no longer resolve) but not animations or their current values.

protected override void CloneCore(Freezable sourceFreezable)

Parameters

sourceFreezable Freezable

The BitmapSource to clone..