You are here: Start » AVL.NET » AVS.SurfaceCoordinateSystemToImageCoordinates Method

AVS.SurfaceCoordinateSystemToImageCoordinates Method

Finds the associated image coordinates of surface coordinate system.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

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