Table of Contents

Method Clone

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

Clone()

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

public override WpfDrawingSettings Clone()

Returns

WpfDrawingSettings

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

Remarks

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