XYPlotLayerHitTest(HitTestPointData, Boolean) Method |
Performs hit testing with point-based hit data.
Namespace: Altaxo.Graph.GdiAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic override IHitTestObject? HitTest(
HitTestPointData parentCoord,
bool plotItemsOnly
)
Parameters
- parentCoord HitTestPointData
- The hit test data in parent coordinates.
- plotItemsOnly Boolean
- If set to true, only plot items are tested.
Return Value
IHitTestObjectThe hit test object, or
null.
See Also