Table of Contents

Method Clone

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

Clone()

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

public override WpfResourceSettings Clone()

Returns

WpfResourceSettings

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.