You are here: Start » FIL.NET » Invoke.ImageSegmentsToSurfaceCoordinates
Finds the surface coordinates of image segments.
Namespace: | Fil |
---|---|
Assembly: | FilNet.dll |
Syntax
C++
C#
public static void ImageSegmentsToSurfaceCoordinates ( List<Fil.Segment2D> inImageSegments, Fil.SurfaceCoordinatesFormat inSurfaceCoordinatesFormat, List<Fil.Segment2D> outSurfaceSegments )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inImageSegments | System.Collections.Generic.List<Fil.Segment2D> | |||
![]() | inSurfaceCoordinatesFormat | Fil.SurfaceCoordinatesFormat | Offsets and scales on X and Y axes of the surface associated with the image objects were found on. | ||
![]() | outSurfaceSegments | System.Collections.Generic.List<Fil.Segment2D> |