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

FIS.SurfacePointsToImageCoordinates Method

Finds the associated image coordinates of surface points.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

public static void SurfacePointsToImageCoordinates
(
	IList<FilNet.Point3D> inSurfacePoints,
	FilNet.SurfaceCoordinatesFormat inSurfaceCoordinatesFormat,
	IList<FilNet.Point2D> outImagePoints
)

Parameters

Name Type Range Default Description
inSurfacePointsSystem.Collections.Generic.IList<FilNet.Point3D>
inSurfaceCoordinatesFormatFilNet.SurfaceCoordinatesFormatOffsets and scales on X and Y axes of the surface associated with the image objects were found on.
outImagePointsSystem.Collections.Generic.IList<FilNet.Point2D>

See also