You are here: Start » AVL.NET » AVL.TestPointInRegion(AvlNet.Point2D, AvlNet.Region, bool)

AVL.TestPointInRegion(AvlNet.Point2D, AvlNet.Region, bool)

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax


public static void TestPointInRegion(
	AvlNet.Point2D inPoint,
	AvlNet.Region inRegion,
	out bool outIsContained
)

Parameters

inPoint
Type: AvlNet.Point2D
inRegion
Type: AvlNet.Region
outIsContained
Type: System.Boolean

Examples

TestPointInRegion run on the sample data produces the outIsContained = true

TestPointInRegion run on the sample data produces the outIsContained = false

See also