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

AVS.TestShapeInShape Method

Tests whether a shape lies inside another one.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void TestShapeInShape
(
	AvlNet.Path inSubShape,
	AvlNet.Path inShape,
	out bool outIsContained
)

Parameters

Name Type Range Default Description
inSubShapeAvlNet.PathShape the position of which will be tested.
inShapeAvlNet.PathShape against which the position will be tested.
outIsContainedboolTrue if whole shape lies inside the other one, false otherwise.

See also