You are here: Start » FIL.NET » Invoke.RegionMassCenter
Computes a point with coordinates equal to the average coordinates of the region's pixels.
| Namespace: | Fil |
|---|---|
| Assembly: | FilNet.dll |
Syntax
C++
C#
public static void RegionMassCenter ( Fil.Region inRegion, out Fil.Point2D outMassCenter, Optional<int> outArea )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() | inRegion | Fil.Region | Input region. | ||
![]() | outMassCenter | Fil.Point2D | |||
![]() | outArea | Ftl.Optional<int> |


