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