You are here: Start » FIL.NET » Function Reference » Region » Region Global Transforms » FIL.RegionConvexHull_AsPath

FIL.RegionConvexHull_AsPath

Computes the smallest convex polygon containing the input region.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

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

Parameters

Name Type Range Default Description
inRegionFilNet.RegionInput region.
outConvexHullFilNet.Path

See also