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

Invoke.TestPointInImage

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

Namespace:Avl
Assembly:AvlNet.dll

Syntax

C++
C#
 
public static void TestPointInImage
(
	Avl.Image inImage,
	Avl.Point2D inPoint,
	out bool outIsContained
)

Parameters

Name Type Range Default Description
inImageAvl.ImageInput image.
inPointAvl.Point2D
outIsContainedbool

See also