You are here: Start » FIL.NET » Invoke.ImagePointToSurfaceCoordinates
Finds the surface coordinates of image point.
| Namespace: | Fil |
|---|---|
| Assembly: | FilNet.dll |
Syntax
C++
C#
public static void ImagePointToSurfaceCoordinates ( Fil.Point2D inImagePoint, Fil.SurfaceCoordinatesFormat inSurfaceCoordinatesFormat, out Fil.Point2D outSurfacePoint, Optional<Fil.Point3D> outSurfacePoint3D )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() | inImagePoint | Fil.Point2D | |||
![]() | inSurfaceCoordinatesFormat | Fil.SurfaceCoordinatesFormat | Offsets and scales on X and Y axes of the surface associated with the image objects were found on. | ||
![]() | outSurfacePoint | Fil.Point2D | |||
![]() | outSurfacePoint3D | Ftl.Optional<Fil.Point3D> |


