LEADTOOLS Image Processing (Leadtools.ImageProcessing.Core assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.29
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.

Object Model

TransformationParameters Structure

Syntax

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

Example

Inheritance Hierarchy

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

Requirements

Target Platforms: Silverlight 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only)

See Also