You are here: Start » AVL.NET » Invoke.TestPointInBox

Invoke.TestPointInBox

Tests whether a point lies in a box.

Namespace:Avl
Assembly:AvlNet.dll

Syntax

C++
C#
 
public static void TestPointInBox
(
	Avl.Point2D inPoint,
	Avl.Box inBox,
	out bool outIsContained
)

Parameters

Name Type Range Default Description
inPointAvl.Point2D
inBoxAvl.Box
outIsContainedbool

See also