You are here: Start » FIL.NET » Invoke.SurfaceVectorToImageCoordinates

Invoke.SurfaceVectorToImageCoordinates

Finds the associated image coordinates of surface vector.

Namespace:Fil
Assembly:FilNet.dll

Syntax

C++
C#
 
public static void SurfaceVectorToImageCoordinates
(
	Fil.Vector3D inSurfaceVector,
	Fil.SurfaceCoordinatesFormat inSurfaceCoordinatesFormat,
	out Fil.Vector2D outImageVector
)

Parameters

Name Type Range Default Description
inSurfaceVectorFil.Vector3D
inSurfaceCoordinatesFormatFil.SurfaceCoordinatesFormatOffsets and scales on X and Y axes of the surface associated with the image objects were found on.
outImageVectorFil.Vector2D

See also