Click or drag to resize

HitTestRectangularDataIsCovering(RectangleD2D) Method

Determines whether the hit area covers the specified rectangle.

Namespace: Altaxo.Graph.Gdi
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public bool IsCovering(
	RectangleD2D rect
)

Parameters

rect  RectangleD2D
The rectangle to test.

Return Value

Boolean
if the rectangle is covered; otherwise, .
See Also