You are here: Start » FIL.NET » Function Reference » Image » Image Relations » FIL.TestRectangleInImage
Tests whether a rectangle is contained in the dimensions of an image.
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.dll |
Syntax
C++
C#
public static void TestRectangleInImage ( FilNet.Image inImage, FilNet.Rectangle2D inRectangle, out bool outIsContained )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inImage | FilNet.Image | Input image. | ||
![]() | inRectangle | FilNet.Rectangle2D | |||
![]() | outIsContained | bool |