Click or drag to resize

ObjectOutlineForArrangementsWrapper Constructor

Initializes a new instance of the ObjectOutlineForArrangementsWrapper class.

Namespace: Altaxo.Graph.Graph3D
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public ObjectOutlineForArrangementsWrapper(
	IObjectOutline outline
)

Parameters

outline  IObjectOutline
The outline to wrap.
See Also