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