You are here: Start » AVL.NET » AVL.RegionMassCenter_OrNil Method
AVL.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: | AvlNet |
|---|---|
| Assembly: | AVL.NET.dll |
Syntax
public static void RegionMassCenter_OrNil( AvlNet.Region inRegion, out AvlNet.Point2D? outMassCenter )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() | inRegion | AvlNet.Region | Input region. | ||
![]() | outMassCenter | AvlNet.Point2D? |


