LEADTOOLS Image Processing (Leadtools.ImageProcessing.Core assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.29
ApplyTransformationParametersCommand Class Members
See Also  Properties  Methods  Events
Leadtools.ImageProcessing.Core Namespace : ApplyTransformationParametersCommand Class

The following tables list the members exposed by ApplyTransformationParametersCommand.

Public Constructors

 NameDescription
public Constructor ApplyTransformationParametersCommand ConstructorOverloaded.   
Top

Public Properties

 NameDescription
public Property AngleGets or sets the angle of rotation, in hundredths of degrees(+/-). Supported in Silverlight, Windows Phone 7  
public Property FlagsGets or sets a value that specifies the behavior when resizing the image. Supported in Silverlight, Windows Phone 7  
public Property HasProgressDetermines if the command object has a progress event handler set. Supported in Silverlight, Windows Phone 7 (Inherited from Leadtools.ImageProcessing.RasterCommand)
public Property XScalegets or sets the amount of image x-axis (Width) scaling. Supported in Silverlight, Windows Phone 7  
public Property XTranslationGets or sets the amount of image translation along the x-axis (Width). Supported in Silverlight, Windows Phone 7  
public Property YScaleGets or sets the amount of image y-axis (Height) scaling. Supported in Silverlight, Windows Phone 7  
public Property YTranslationGets or sets the amount of image translation (in pixels) along the y-axis (Height). Supported in Silverlight, Windows Phone 7  
Top

Public Methods

 NameDescription
public Method OnProgressImplements Leadtools.ImageProcessing.IRasterCommand.OnProgress(Leadtools.ImageProcessing.RasterCommandProgressEventArgs). Supported in Silverlight, Windows Phone 7 (Inherited from Leadtools.ImageProcessing.RasterCommand)
public Method RunImplements Leadtools.ImageProcessing.IRasterCommand.Run(Leadtools.RasterImage). Supported in Silverlight, Windows Phone 7 (Inherited from Leadtools.ImageProcessing.RasterCommand)
public Method ToStringOverridden. Returns a meaningful name for this method. Supported in Silverlight, Windows Phone 7  
Top

Public Events

 NameDescription
public Event ProgressImplements Leadtools.ImageProcessing.IRasterCommand.Progress. Supported in Silverlight, Windows Phone 7 (Inherited from Leadtools.ImageProcessing.RasterCommand)
Top

See Also