You are here: Start » AVL.NET » Function Reference » Image » Image Relations » AVL.TestLocationInImage

AVL.TestLocationInImage

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

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

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

Parameters

Name Type Range Default Description
inImageAvlNet.ImageInput image.
inLocationAvlNet.Location
outIsContainedbool

See also