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

FIS.ImageCoordinateSystemToSurfaceCoordinates Method

Finds the surface coordinates of image coordinate system.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

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