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 Properties
See Also 
Leadtools.ImageProcessing.Core Namespace : ApplyTransformationParametersCommand Class


"

For a list of all members of this type, see ApplyTransformationParametersCommand members.

"

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

See Also