Leadtools.ImageProcessing.Core Send comments on this topic. | Back to Introduction - All Topics | Help Version 15.12.10
TransformationParameters Structure
See Also  Members  
Leadtools.ImageProcessing.Core Namespace : TransformationParameters Structure




Structure that contains the rotation angle, XY scaling, and XY translation of the transformed image with comparison to the reference image.

Syntax

Visual Basic (Declaration) 
Public Structure TransformationParameters 
   Inherits ValueType
Visual Basic (Usage)Copy Code
Dim instance As TransformationParameters
C# 
public struct TransformationParameters : ValueType 
Managed Extensions for C++ 
public __value struct TransformationParameters : public ValueType 
C++/CLI 
public value class TransformationParameters : public ValueType 

Example

Inheritance Hierarchy

System.Object
   System.ValueType
      Leadtools.ImageProcessing.Core.TransformationParameters

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

See Also