You are here: Start » FIL.NET » Function Reference » Surface » Surface Basics » FIL.SurfaceCoordinateSystemToImageCoordinates

FIL.SurfaceCoordinateSystemToImageCoordinates

Finds the associated image coordinates of surface coordinate system.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

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

Parameters

Name Type Range Default Description
inSurfaceCoordinateSystemFilNet.CoordinateSystem2D
inSurfaceCoordinatesFormatFilNet.SurfaceCoordinatesFormatOffsets and scales on X and Y axes of the surface associated with the image objects were found on.
outImageCoordinateSystemFilNet.CoordinateSystem2D

See also