Click or drag to resize

Rect64Contains(Point64) Method

Determines if a point is inside the rectangle.

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

Parameters

pt  Point64
The point to check.

Return Value

Boolean
if the point is inside the rectangle; otherwise, .
See Also