HostLayerForwardTransform Method |
Applies the layer transformation to a hit-test object.
Namespace: Altaxo.Graph.GdiAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxprotected IHitTestObject ForwardTransform(
IHitTestObject o
)
Parameters
- o IHitTestObject
- The hit-test object.
Return Value
IHitTestObjectThe transformed hit-test object.
See Also