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

AVS.TestLocationInImage Method

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

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

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