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

Invoke.ImagePointToSurfaceCoordinates

Finds the surface coordinates of image point.

Namespace:Fil
Assembly:FilNet.dll

Syntax

C++
C#
 
public static void ImagePointToSurfaceCoordinates
(
	Fil.Point2D inImagePoint,
	Fil.SurfaceCoordinatesFormat inSurfaceCoordinatesFormat,
	out Fil.Point2D outSurfacePoint,
	Optional<Fil.Point3D> outSurfacePoint3D
)

Parameters

Name Type Range Default Description
inImagePointFil.Point2D
inSurfaceCoordinatesFormatFil.SurfaceCoordinatesFormatOffsets and scales on X and Y axes of the surface associated with the image objects were found on.
outSurfacePointFil.Point2D
outSurfacePoint3DFtl.Optional<Fil.Point3D>

See also