You are here: Start » FIL.NET » FIS.RegionMassCenter_OrNil Method

FIS.RegionMassCenter_OrNil Method

Computes a point with coordinates equal to the average coordinates of the region's pixels; returns NIL if the region is empty.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

public static void RegionMassCenter_OrNil
(
	FilNet.Region inRegion,
	out FilNet.Point2D? outMassCenter
)

Parameters

Name Type Range Default Description
inRegionFilNet.RegionInput region.
outMassCenterFilNet.Point2D?

Function Overrides

See also