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

FIL.TestPointInImage

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

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

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

Parameters

Name Type Range Default Description
inImageFilNet.ImageInput image.
inPointFilNet.Point2D
outIsContainedbool

See also