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

AVL.SurfaceCoordinateSystemToImageCoordinates

Finds the associated image coordinates of surface coordinate system.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

C++
C#
 
public static void SurfaceCoordinateSystemToImageCoordinates
(
	AvlNet.CoordinateSystem2D inSurfaceCoordinateSystem,
	AvlNet.SurfaceCoordinatesFormat inSurfaceCoordinatesFormat,
	out AvlNet.CoordinateSystem2D outImageCoordinateSystem
)

Parameters

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

See also