Click or drag to resize

GraphicBaseRescaleGripHandleIsGripHitted Method

Determines whether the grip is hit by the specified point.

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
The point to test.

Return Value

Boolean
if the point hits the grip; otherwise, .

Implements

IGripManipulationHandleIsGripHitted(PointD2D)
See Also