HitTestRectangularDataIsCovering(PointD2D) Method |
Determines whether the hit area covers the specified point.
Namespace: Altaxo.Graph.GdiAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic bool IsCovering(
PointD2D pt
)
Parameters
- pt PointD2D
- The point to test.
Return Value
Boolean if the point is covered; otherwise,
.
See Also