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