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

Invoke.TestPointInRegion

Tests whether a point lies inside a region.

Namespace:Avl
Assembly:AvlNet.dll

Syntax

C++
C#
 
public static void TestPointInRegion
(
	Avl.Point2D inPoint,
	Avl.Region inRegion,
	out bool outIsContained
)

Parameters

Name Type Range Default Description
inPointAvl.Point2D
inRegionAvl.RegionInput region.
outIsContainedbool

See also