You are here: Start » AVL.NET » AVL.TestPointInRectangle(AvlNet.Point2D, AvlNet.Rectangle2D, bool)

AVL.TestPointInRectangle(AvlNet.Point2D, AvlNet.Rectangle2D, bool)

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax


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

Parameters

inPoint
Type: AvlNet.Point2D
inRectangle
Type: AvlNet.Rectangle2D
outIsContained
Type: System.Boolean

Examples

TestPointInRectangle performed on the sample rectangle and point. outIsContained = True.


TestPointInRectangle performed on the sample rectangle and point. outIsContained = False.

See also