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

Invoke.PolygonIntersectionArea_Convex

Computes the intersection area of two convex non-intersecting polygons.

Namespace:Fil
Assembly:FilNet.dll

Syntax

C++
C#
 
public static void PolygonIntersectionArea_Convex
(
	Fil.Path inPolygon1,
	Fil.Path inPolygon2,
	out float outIntersectionArea
)

Parameters

Name Type Range Default Description
inPolygon1Fil.Path
inPolygon2Fil.Path
outIntersectionAreafloat

See also