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

FIS.RegionMassCenter Method

Computes a point with coordinates equal to the average coordinates of the region's pixels.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

public static void RegionMassCenter
(
	FilNet.Region inRegion,
	out FilNet.Point2D outMassCenter,
	NullableValue<int> outArea
)

Parameters

Name Type Range Default Description
inRegionFilNet.RegionInput region.
outMassCenterFilNet.Point2D
outAreaFilNet.NullableValue<int> Can be null to skip this parameter calculation.

Function Overrides

See also