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

AVL.ImageCoordinateSystemToSurfaceCoordinates

Finds the surface coordinates of image coordinate system.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

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

Parameters

Name Type Range Default Description
inImageCoordinateSystemAvlNet.CoordinateSystem2D
inSurfaceCoordinatesFormatAvlNet.SurfaceCoordinatesFormatOffsets and scales on X and Y axes of the surface associated with the image objects were found on.
outSurfaceCoordinateSystemAvlNet.CoordinateSystem2D

See also