HostLayerHitTestWithLocalCoordinates Method |
Performs hit testing using coordinates already transformed into the local layer space.
Namespace: Altaxo.Graph.Graph3DAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxprotected virtual IHitTestObject? HitTestWithLocalCoordinates(
HitTestPointData localCoord,
bool plotItemsOnly
)
Parameters
- localCoord HitTestPointData
- The hit-test data in local coordinates.
- plotItemsOnly Boolean
- If set to , only plot items are considered.
Return Value
IHitTestObjectThe matching hit-test object, or
.
See Also