Initializes a new instance based on the settings of an existing instance.
Namespace: TreeLayoutHelperAssembly: 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
) |
JavaScript |
---|
TreeLayoutHelper.LayoutModel = function(other); |
Exceptions
See Also