Click or drag to resize

RectangleD2DContains(RectangleD2D) Method

Determines whether the specified rectangle is fully contained in this rectangle.

Namespace: Altaxo.Geometry
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public bool Contains(
	RectangleD2D r
)

Parameters

r  RectangleD2D
The rectangle to test.

Return Value

Boolean
if r is fully contained in this rectangle; otherwise, .
See Also