Click or drag to resize

HitTestRectangularDataIsCovering(PointD2D) Method

Determines whether the hit area covers the specified point.

Namespace: Altaxo.Graph.Gdi
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public bool IsCovering(
	PointD2D pt
)

Parameters

pt  PointD2D
The point to test.

Return Value

Boolean
if the point is covered; otherwise, .
See Also