Click or drag to resize

ItemLocationDirectAspectPreserving(IItemLocation) Constructor

Initializes a new instance of the ItemLocationDirectAspectPreserving class from another item location.

Namespace: Altaxo.Graph.Graph3D
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public ItemLocationDirectAspectPreserving(
	IItemLocation from
)

Parameters

from  IItemLocation
The item location to copy from.
See Also