Click or drag to resize

RectangleD3DContains 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(
	PointD3D p
)

Parameters

p  PointD3D
The point to test.

Return Value

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