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

FIS.SurfaceCoordinateSystemToImageCoordinates Method

Finds the associated image coordinates of surface coordinate system.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

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