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

AVS.TestPointInShape Method

Tests whether a point lies inside a shape.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void TestPointInShape
(
	AvlNet.Point2D inPoint,
	AvlNet.Path inShape,
	out bool outIsContained
)

Parameters

Name Type Range Default Description
inPointAvlNet.Point2DPoint the position of which will be tested.
inShapeAvlNet.PathShape against which the position will be tested.
outIsContainedboolTrue if point lies inside the shape, false otherwise.

See also