Table of Contents

Method Clone

Namespace
SharpVectors.Renderers
Assembly
SharpVectors.Rendering.Wpf.dll

Clone()

This creates a new build object that is a deep copy of the current instance.

public override ResourceKeyResolver Clone()

Returns

ResourceKeyResolver

A new build object that is a deep copy of this instance.

Remarks

This is deep cloning of the members of this build object. If you need just a copy, use the copy constructor to create a new instance.