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

FIS.SurfaceVectorToImageCoordinates Method

Finds the associated image coordinates of surface vector.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

public static void SurfaceVectorToImageCoordinates
(
	FilNet.Vector3D inSurfaceVector,
	FilNet.SurfaceCoordinatesFormat inSurfaceCoordinatesFormat,
	out FilNet.Vector2D outImageVector
)

Parameters

Name Type Range Default Description
inSurfaceVectorFilNet.Vector3D
inSurfaceCoordinatesFormatFilNet.SurfaceCoordinatesFormatOffsets and scales on X and Y axes of the surface associated with the image objects were found on.
outImageVectorFilNet.Vector2D

See also