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

Invoke.RegionConvexHull_AsPath

Computes the smallest convex polygon containing the input region.

Namespace:Fil
Assembly:FilNet.dll

Syntax

C++
C#
 
public static void RegionConvexHull_AsPath
(
	Fil.Region inRegion,
	Fil.Path outConvexHull
)

Parameters

Name Type Range Default Description
inRegionFil.RegionInput region.
outConvexHullFil.Path

See also