You are here: Start » AVL.NET » AVL.TestPointInImage(AvlNet.Image, AvlNet.Point2D, bool)

AVL.TestPointInImage(AvlNet.Image, AvlNet.Point2D, bool)

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

inImage
Type: AvlNet.Image
Input image
inPoint
Type: AvlNet.Point2D
outIsContained
Type: System.Boolean

See also