Click or drag to resize

XYZPlotLayerHitTestWithLocalCoordinates Method

[Missing <summary> documentation for "M:Altaxo.Graph.Graph3D.XYZPlotLayer.HitTestWithLocalCoordinates(Altaxo.Graph.Graph3D.HitTestPointData,System.Boolean)"]


Namespace: Altaxo.Graph.Graph3D
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
protected override IHitTestObject? HitTestWithLocalCoordinates(
	HitTestPointData localCoord,
	bool plotItemsOnly
)

Parameters

localCoord  HitTestPointData

[Missing <param name="localCoord"/> documentation for "M:Altaxo.Graph.Graph3D.XYZPlotLayer.HitTestWithLocalCoordinates(Altaxo.Graph.Graph3D.HitTestPointData,System.Boolean)"]

plotItemsOnly  Boolean

[Missing <param name="plotItemsOnly"/> documentation for "M:Altaxo.Graph.Graph3D.XYZPlotLayer.HitTestWithLocalCoordinates(Altaxo.Graph.Graph3D.HitTestPointData,System.Boolean)"]

Return Value

IHitTestObject

[Missing <returns> documentation for "M:Altaxo.Graph.Graph3D.XYZPlotLayer.HitTestWithLocalCoordinates(Altaxo.Graph.Graph3D.HitTestPointData,System.Boolean)"]

See Also