RectangleD2DContains(RectangleD2D) Method |
Determines whether the specified rectangle is fully contained in this rectangle.
Namespace: Altaxo.GeometryAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic 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