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, out FilNet.Vector3D outSurfaceVector3D )
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 | |||
![]() | outSurfaceVector3D | FilNet.Vector3D |
Function Overrides
- ImageVectorToSurfaceCoordinates(Vector2D, SurfaceCoordinatesFormat, Vector2D)
- ImageVectorToSurfaceCoordinates(Vector2D, SurfaceCoordinatesFormat, Vector2D, NullableValue<Vector3D>)