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

AVS.TestPointInImage Method

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

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void TestPointInImage
(
	AvlNet.Image inImage,
	AvlNet.Point2D inPoint,
	out bool outIsContained
)

Parameters

Name Type Range Default Description
inImageAvlNet.ImageInput image.
inPointAvlNet.Point2D
outIsContainedbool

See also