D3DImage::CreateInstanceCore Method ()
.NET Framework (current version)
When implemented in a derived class, creates a new instance of the D3DImage derived class.
Assembly: PresentationCore (in PresentationCore.dll)
If you derive from the D3DImage class, you must override the CreateInstanceCore method to enable correct cloning. The default implementation performs a return new D3DImage(), which will not be correct if the instance is a different class.
.NET Framework
Available since 3.0
Available since 3.0
Show: