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


