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

AVS.ImageCircleToSurfaceCoordinates Method

Finds the surface coordinates of image circle.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void ImageCircleToSurfaceCoordinates
(
	AvlNet.Circle2D inImageCircle,
	AvlNet.SurfaceCoordinatesFormat inSurfaceCoordinatesFormat,
	out AvlNet.Circle2D outSurfaceCircle,
	INullable<AvlNet.Circle3D> outSurfaceCircle3D
)

Parameters

Name Type Range Default Description
inImageCircleAvlNet.Circle2D
inSurfaceCoordinatesFormatAvlNet.SurfaceCoordinatesFormatOffsets and scales on X and Y axes of the surface associated with the image objects were found on.
outSurfaceCircleAvlNet.Circle2D
outSurfaceCircle3DAvlNet.INullable<AvlNet.Circle3D> Can be null to skip this parameter calculation.

Function Overrides

See also