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

AVS.ImageVectorToSurfaceCoordinates Method

Finds the surface coordinates of image vector.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void ImageVectorToSurfaceCoordinates
(
	AvlNet.Vector2D inImageVector,
	AvlNet.SurfaceCoordinatesFormat inSurfaceCoordinatesFormat,
	out AvlNet.Vector2D outSurfaceVector
)

Parameters

Name Type Range Default Description
inImageVectorAvlNet.Vector2D
inSurfaceCoordinatesFormatAvlNet.SurfaceCoordinatesFormatOffsets and scales on X and Y axes of the surface associated with the image objects were found on.
outSurfaceVectorAvlNet.Vector2D

Function Overrides

See also