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