Click or drag to resize

BoxIntersects(Box) Method

Determines whether another instance of Box intersects the current instance of Box.

Namespace: NeoAxis
Assembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public bool Intersects(
	Box box
)

Parameters

box  Box
The box to check.

Return Value

Boolean
True if another instance of Box intersects the current instance of Box; False otherwise.
See Also