Click or drag to resize

ItemLocationDirect(IItemLocation) Constructor

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

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

Parameters

from  IItemLocation
The source item location.
See Also