Click or drag to resize

ViewPort3D Constructor

Initializes a new instance of the ViewPort3D class from a WITec node.

Namespace: Altaxo.Serialization.WITec
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public ViewPort3D(
	WITecTreeNode node
)

Parameters

node  WITecTreeNode
The node containing viewport data.
See Also