Click or drag to resize

IGripManipulationHandleIsGripHitted Method

Tests if the grip is hitted.

Namespace: Altaxo.Graph.Gdi
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
bool IsGripHitted(
	PointD2D point
)

Parameters

point  PointD2D
Coordinates of the mouse pointer in unscaled page coordinates (points).

Return Value

Boolean

[Missing <returns> documentation for "M:Altaxo.Graph.Gdi.IGripManipulationHandle.IsGripHitted(Altaxo.Geometry.PointD2D)"]

See Also