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


