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

Invoke.ImageCoordinateSystemToSurfaceCoordinates

Finds the surface coordinates of image coordinate system.

Namespace:Fil
Assembly:FilNet.dll

Syntax

C++
C#
 
public static void ImageCoordinateSystemToSurfaceCoordinates
(
	Fil.CoordinateSystem2D inImageCoordinateSystem,
	Fil.SurfaceCoordinatesFormat inSurfaceCoordinatesFormat,
	out Fil.CoordinateSystem2D outSurfaceCoordinateSystem
)

Parameters

Name Type Range Default Description
inImageCoordinateSystemFil.CoordinateSystem2D
inSurfaceCoordinatesFormatFil.SurfaceCoordinatesFormatOffsets and scales on X and Y axes of the surface associated with the image objects were found on.
outSurfaceCoordinateSystemFil.CoordinateSystem2D

See also