HostLayerHitTest(HitTestPointData, Boolean) Method |
Performs hit testing against this layer.
Namespace: Altaxo.Graph.Graph3DAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic IHitTestObject? HitTest(
HitTestPointData parentCoord,
bool plotItemsOnly
)
Parameters
- parentCoord HitTestPointData
- The hit-test data in parent coordinates.
- plotItemsOnly Boolean
- If set to , only plot items are considered.
Return Value
IHitTestObjectThe matching hit-test object, or
.
See Also