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

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
inImageVectorFil.Vector2D
inSurfaceCoordinatesFormatFil.SurfaceCoordinatesFormatOffsets and scales on X and Y axes of the surface associated with the image objects were found on.
outSurfaceVectorFil.Vector2D
outSurfaceVector3DFtl.Optional<Fil.Vector3D>

See also