You are here: Start » FIL.NET » Invoke.TestPointInRectangle

Invoke.TestPointInRectangle

Tests whether a point lies in a rectangle.

Namespace:Fil
Assembly:FilNet.dll

Syntax

C++
C#
 
public static void TestPointInRectangle
(
	Fil.Point2D inPoint,
	Fil.Rectangle2D inRectangle,
	out bool outIsContained
)

Parameters

Name Type Range Default Description
inPointFil.Point2D
inRectangleFil.Rectangle2D
outIsContainedbool

See also