You are here: Start » AVL.NET » Invoke.RegionDiameter
Computes the longest segment connecting two pixels contained in region and its length.
| Namespace: | Avl | 
|---|---|
| Assembly: | AvlNet.dll | 
Syntax
C++
C#
public static void RegionDiameter ( Avl.Region inRegion, Optional<Avl.Segment2D> outDiameter, Optional<float> outDiameterLength )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]()  | inRegion | Avl.Region | Input region. | ||
![]()  | outDiameter | Atl.Optional<Avl.Segment2D> | |||
![]()  | outDiameterLength | Atl.Optional<float> | 


