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