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