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


