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

AVS.ImageCoordinateSystemToSurfaceCoordinates Method

Finds the surface coordinates of image coordinate system.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

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