Initializes a new instance based on the settings of an existing instance.

Namespace: TreeLayoutHelper
Assembly: TreeLayoutHelper (in TreeLayoutHelper.dll) Version: 1.1.0.0 (1.1.0.0)

Syntax

C#
protected LayoutModel(
	LayoutModel<TNode, TCanvas> other
)
Visual Basic
Protected Sub New ( _
	other As LayoutModel(Of TNode, TCanvas) _
)
Visual C++
protected:
LayoutModel(
	LayoutModel<TNode, TCanvas>^ other
)
J#
protected LayoutModel(
	LayoutModel<TNode, TCanvas> other
)
JScript
protected function LayoutModel(
	other : LayoutModel<TNode, TCanvas>
)
JavaScript
TreeLayoutHelper.LayoutModel = function(other);

Parameters

other
Type: TreeLayoutHelper..::..LayoutModel<(Of <(<'TNode, TCanvas>)>)>
The existing instance.

Exceptions

ExceptionCondition
System..::..ArgumentNullExceptionother is nullNothingnullptra null reference (Nothing in Visual Basic).

See Also