You are here: Start » AVL.NET » AVL.SaveRectificationTransform
AVL.SaveRectificationTransform
Saves serialized RectificationTransform object as avdata file.
| Namespace: | AvlNet |
|---|---|
| Assembly: | AVL.NET.dll |
Syntax
C++
C#
public static void SaveRectificationTransform ( AvlNet.RectificationTransform inRectificationTransform, string inFilename )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() | inRectificationTransform | AvlNet.RectificationTransform | RectificationTransform to be serialized. | ||
![]() | inFilename | string | Name of the target file. |

