Click or drag to resize

HitTestPointData(HitTestPointData) Constructor

Copy constructor.

Namespace: Altaxo.Graph.Graph3D
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public HitTestPointData(
	HitTestPointData from
)

Parameters

from  HitTestPointData
Another HitTestData object to copy from.
See Also