You are here: Start » FIL.NET » FIS.SurfacePointToImageCoordinates Method

FIS.SurfacePointToImageCoordinates Method

Finds the associated image coordinates of surface point.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

public static void SurfacePointToImageCoordinates
(
	FilNet.Point3D inSurfacePoint,
	FilNet.SurfaceCoordinatesFormat inSurfaceCoordinatesFormat,
	out FilNet.Point2D outImagePoint
)

Parameters

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

See also