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

AVL.TestPointInImage

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

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

C++
C#
 
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