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