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

Invoke.SurfacePointToImageCoordinates

Finds the associated image coordinates of surface point.

Namespace:Fil
Assembly:FilNet.dll

Syntax

C++
C#
 
public static void SurfacePointToImageCoordinates
(
	Fil.Point3D inSurfacePoint,
	Fil.SurfaceCoordinatesFormat inSurfaceCoordinatesFormat,
	out Fil.Point2D outImagePoint
)

Parameters

Name Type Range Default Description
inSurfacePointFil.Point3D
inSurfaceCoordinatesFormatFil.SurfaceCoordinatesFormatOffsets and scales on X and Y axes of the surface associated with the image objects were found on.
outImagePointFil.Point2D

See also