Click or drag to resize

ItemLocationDirectAspectPreserving(ItemLocationDirect) Constructor

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

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

Parameters

from  ItemLocationDirect
The source item location.
See Also