You are here: Start » AVL.NET » AVL.CreateScanMap(AvlNet.ImageFormat, AvlNet.Path, AvlNet.CoordinateSystem2D?, int, AvlNet.InterpolationMethod, AvlNet.ScanMap, AvlNet.Path)

AVL.CreateScanMap(AvlNet.ImageFormat, AvlNet.Path, AvlNet.CoordinateSystem2D?, int, AvlNet.InterpolationMethod, AvlNet.ScanMap, AvlNet.Path)

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax


public static void CreateScanMap(
	AvlNet.ImageFormat inImageFormat,
	AvlNet.Path inScanPath,
	AvlNet.CoordinateSystem2D? inScanPathAlignment,
	int inScanWidth,
	AvlNet.InterpolationMethod inImageInterpolation,
	out AvlNet.ScanMap outScanMap,
	out AvlNet.Path outAlignedScanPath
)

Parameters

inImageFormat
Type: AvlNet.ImageFormat
inScanPath
Type: AvlNet.Path
inScanPathAlignment
Type: System.Nullable<AvlNet.CoordinateSystem2D>
inScanWidth
Type: System.Int32
inImageInterpolation
Type: AvlNet.InterpolationMethod
outScanMap
Type: AvlNet.ScanMap
outAlignedScanPath
Type: AvlNet.Path

See also