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

AVS.SaveRectificationTransform Method

Saves serialized RectificationTransform object as AVDATA file.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void SaveRectificationTransform
(
	AvlNet.RectificationTransform inRectificationTransform,
	string inFilename
)

Parameters

Name Type Range Default Description
inRectificationTransformAvlNet.RectificationTransformRectificationTransform to be serialized.
inFilenamestringName of the target file.

See also