Click or drag to resize

HostLayerHitTest(HitTestPointData) Method

[Missing <summary> documentation for "M:Altaxo.Graph.Graph3D.HostLayer.HitTest(Altaxo.Graph.Graph3D.HitTestPointData)"]


Namespace: Altaxo.Graph.Graph3D
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public virtual IHitTestObject? HitTest(
	HitTestPointData parentCoord
)

Parameters

parentCoord  HitTestPointData

[Missing <param name="parentCoord"/> documentation for "M:Altaxo.Graph.Graph3D.HostLayer.HitTest(Altaxo.Graph.Graph3D.HitTestPointData)"]

Return Value

IHitTestObject

[Missing <returns> documentation for "M:Altaxo.Graph.Graph3D.HostLayer.HitTest(Altaxo.Graph.Graph3D.HitTestPointData)"]

Implements

IGraphicBaseHitTest(HitTestPointData)
See Also