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

FIL.ImageCoordinateSystemToSurfaceCoordinates

Finds the surface coordinates of image coordinate system.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

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

Parameters

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

See also