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

Invoke.BoxIntersection

Computes the common part of two boxes.

Namespace:Fil
Assembly:FilNet.dll

Syntax

C++
C#
 
public static void BoxIntersection
(
	Fil.Box inBox1,
	Fil.Box inBox2,
	out Fil.Box outBox
)

Parameters

Name Type Range Default Description
inBox1Fil.Box
inBox2Fil.Box
outBoxFil.Box

See also