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


The following tables list the members exposed by TransformationParameters.

Public Properties

 NameDescription
Public PropertyAngle Gets or sets the image rotation angle, in hundredths of degrees.  
Public PropertyXScale Gets or sets the image x-scaling (resizing), in percent.  
Public PropertyXTranslation Gets or sets the image's x-translation, in hundredths of pixels.  
Public PropertyYScale Gets or sets the image y-scaling (resizing), in percent.  
Public PropertyYTranslation Gets or sets the image's y-translation, in hundredths of pixels.  
Top

Public Methods

 NameDescription
Public MethodEquals (Inherited from System.ValueType)
Public MethodGetHashCode (Inherited from System.ValueType)
Public MethodToString (Inherited from System.ValueType)
Top

See Also