IGripManipulationHandleIsGripHitted Method |
Tests if the grip is hitted.
Namespace: Altaxo.Graph.GdiAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxbool IsGripHitted(
PointD2D point
)
Parameters
- point PointD2D
- Coordinates of the mouse pointer in unscaled page coordinates (points).
Return Value
Boolean if the grip was hit; otherwise,
.
See Also