You are here: Start » FIL.NET » Invoke.RegionIntersection
Computes the common part of two regions.
Namespace: | Fil |
---|---|
Assembly: | FilNet.dll |
Syntax
C++
C#
public static void RegionIntersection ( Fil.Region inRegion1, Fil.Region inRegion2, Fil.Region outRegion )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inRegion1 | Fil.Region | First input region. | ||
![]() | inRegion2 | Fil.Region | Second input region. | ||
![]() | outRegion | Fil.Region | Output region. |