Click or drag to resize

GraphicBaseMovementGripHandleIsGripHitted Method

Tests if the grip is hitted.

Namespace: Altaxo.Graph.Gdi.Shapes
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public bool 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, .

Implements

IGripManipulationHandleIsGripHitted(PointD2D)
See Also