Rect64Contains(Point64) 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(
Point64 pt
)
Parameters
- pt Point64
- The point to check.
Return Value
Boolean if the point is inside the rectangle; otherwise,
.
See Also