Constructor WpfSettings
- Namespace
- SharpVectors.Renderers
- Assembly
- SharpVectors.Rendering.Wpf.dll
WpfSettings()
Initializes a new instance of the WpfSettings<T> class to the default properties or values.
protected WpfSettings()
WpfSettings(WpfSettings<T>)
Initializes a new instance of the WpfSettings<T> class with initial parameters copied from the specified instance of the specified WpfSettings<T> class, a copy constructor.
protected WpfSettings(WpfSettings<T> source)
Parameters
source
WpfSettings<T>An instance of the WpfSettings<T> class from which the initialization parameters or values will be copied.
Exceptions
- ArgumentNullException
If the parameter
source
is null.