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

Invoke.TestPointInRectangle

Tests whether a point lies in a rectangle.

Namespace:Avl
Assembly:AvlNet.dll

Syntax

C++
C#
 
public static void TestPointInRectangle
(
	Avl.Point2D inPoint,
	Avl.Rectangle2D inRectangle,
	out bool outIsContained
)

Parameters

Name Type Range Default Description
inPointAvl.Point2D
inRectangleAvl.Rectangle2D
outIsContainedbool

See also