You are here: Start » AVL.NET » Invoke.LocationsToRegion
Forms a region containing pixels of given locations.
Namespace: | Avl |
---|---|
Assembly: | AvlNet.dll |
Syntax
C++
C#
public static void LocationsToRegion ( List<Avl.Location> inLocations, int inFrameWidth, int inFrameHeight, Avl.Region outRegion )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inLocations | System.Collections.Generic.List<Avl.Location> | |||
![]() | inFrameWidth | int | <0, 65535> | ||
![]() | inFrameHeight | int | <0, 65535> | ||
![]() | outRegion | Avl.Region | Output region. |