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

FIS.ImagePointToSurfaceCoordinates Method

Finds the surface coordinates of image point.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

public static void ImagePointToSurfaceCoordinates
(
	FilNet.Point2D inImagePoint,
	FilNet.SurfaceCoordinatesFormat inSurfaceCoordinatesFormat,
	out FilNet.Point2D outSurfacePoint,
	NullableValue<FilNet.Point3D> outSurfacePoint3D
)

Parameters

Name Type Range Default Description
inImagePointFilNet.Point2D
inSurfaceCoordinatesFormatFilNet.SurfaceCoordinatesFormatOffsets and scales on X and Y axes of the surface associated with the image objects were found on.
outSurfacePointFilNet.Point2D
outSurfacePoint3DFilNet.NullableValue<FilNet.Point3D> Can be null to skip this parameter calculation.

Function Overrides

See also