HitTestRectangularDataIsCovering(PointF) Method |
Determines whether the hit area covers the specified path points.
Namespace: Altaxo.Graph.GdiAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic bool IsCovering(
PointF[] pathPoints
)
Parameters
- pathPoints PointF
- The path points to test.
Return Value
Boolean if all path points are covered; otherwise,
.
See Also