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

Invoke.SurfaceCoordinateSystemToImageCoordinates

Finds the associated image coordinates of surface coordinate system.

Namespace:Fil
Assembly:FilNet.dll

Syntax

C++
C#
 
public static void SurfaceCoordinateSystemToImageCoordinates
(
	Fil.CoordinateSystem2D inSurfaceCoordinateSystem,
	Fil.SurfaceCoordinatesFormat inSurfaceCoordinatesFormat,
	out Fil.CoordinateSystem2D outImageCoordinateSystem
)

Parameters

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

See also