Click or drag to resize

Rect64Contains(Rect64) Method

Determines if another rectangle is completely contained within this rectangle.

Namespace: Clipper2Lib
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public bool Contains(
	Rect64 rec
)

Parameters

rec  Rect64
The rectangle to check.

Return Value

Boolean
if the other rectangle is contained; otherwise, .
See Also