You are here: Start » FIL.NET » FIS.SurfaceCoordinateSystemToImageCoordinates Method
FIS.SurfaceCoordinateSystemToImageCoordinates Method
Finds the associated image coordinates of surface coordinate system.
| Namespace: | FilNet |
|---|---|
| Assembly: | FIL.NET.dll |
Syntax
public static void SurfaceCoordinateSystemToImageCoordinates ( FilNet.CoordinateSystem2D inSurfaceCoordinateSystem, FilNet.SurfaceCoordinatesFormat inSurfaceCoordinatesFormat, out FilNet.CoordinateSystem2D outImageCoordinateSystem )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() | inSurfaceCoordinateSystem | FilNet.CoordinateSystem2D | |||
![]() | inSurfaceCoordinatesFormat | FilNet.SurfaceCoordinatesFormat | Offsets and scales on X and Y axes of the surface associated with the image objects were found on. | ||
![]() | outImageCoordinateSystem | FilNet.CoordinateSystem2D |


