You are here: Start » AVL.NET » AVS.TestPointInRectangle Method

AVS.TestPointInRectangle Method

Tests whether a point lies in a rectangle.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void TestPointInRectangle
(
	AvlNet.Point2D inPoint,
	AvlNet.Rectangle2D inRectangle,
	out bool outIsContained
)

Parameters

Name Type Range Default Description
inPointAvlNet.Point2D
inRectangleAvlNet.Rectangle2D
outIsContainedbool

See also