You are here: Start » AVL.NET » Invoke.ImageCoordinateSystemToSurfaceCoordinates

Invoke.ImageCoordinateSystemToSurfaceCoordinates

Finds the surface coordinates of image coordinate system.

Namespace:Avl
Assembly:AvlNet.dll

Syntax

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

Parameters

Name Type Range Default Description
inImageCoordinateSystemAvl.CoordinateSystem2D
inSurfaceCoordinatesFormatAvl.SurfaceCoordinatesFormatOffsets and scales on X and Y axes of the surface associated with the image objects were found on.
outSurfaceCoordinateSystemAvl.CoordinateSystem2D

See also