Click or drag to resize

HitTestRectangularDataIsCovering(PointF) Method

Determines whether the hit area covers the specified path points.

Namespace: Altaxo.Graph.Gdi
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public bool IsCovering(
	PointF[] pathPoints
)

Parameters

pathPoints  PointF
The path points to test.

Return Value

Boolean
if all path points are covered; otherwise, .
See Also