Click or drag to resize

RectangleD2DContains(PointD2D) Method

Determines whether the specified point is 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(
	PointD2D p
)

Parameters

p  PointD2D
The point to test.

Return Value

Boolean
if the point is contained in this rectangle; otherwise, .
See Also