RectDContains(PointD) Method |
Determines if a point is inside the rectangle.
Namespace: Clipper2LibAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic bool Contains(
PointD pt
)
Parameters
- pt PointD
- The point to check.
Return Value
Boolean if the point is inside the rectangle; otherwise,
.
See Also