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

Invoke.TestLocationInImage

Tests whether a location is contained in the dimensions of an image.

Namespace:Avl
Assembly:AvlNet.dll

Syntax

C++
C#
 
public static void TestLocationInImage
(
	Avl.Image inImage,
	Avl.Location inLocation,
	out bool outIsContained
)

Parameters

Name Type Range Default Description
inImageAvl.ImageInput image.
inLocationAvl.Location
outIsContainedbool

See also