You are here: Start » FIL.NET » Function Reference » Region » Region Features » FIL.RegionMassCenter_OrNil
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
C++
C#
public static void RegionMassCenter_OrNil ( FilNet.Region inRegion, out FilNet.Point2D? outMassCenter, out int? outArea )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inRegion | FilNet.Region | Input region. | ||
![]() | outMassCenter | FilNet.Point2D? | |||
![]() | outArea | int? |
Function Overrides
- RegionMassCenter_OrNil(Region, Nullable<Point2D>)
- RegionMassCenter_OrNil(Region, Nullable<Point2D>, NullableRef<NullableValue<Int32>>)