Class ResizeCommand
Inheritance
System.Object
ResizeCommand
Namespace: Telerik.Windows.Media.Imaging.Commands
Assembly: Telerik.Windows.Controls.ImageEditor.dll
Syntax
public class ResizeCommand : Object, IImageCommand
Constructors
ResizeCommand()
Declaration
public ResizeCommand()
Methods
Execute(RadBitmap, Object)
Declaration
public RadBitmap Execute(RadBitmap source, object context)
Parameters
RadBitmap
source
|
System.Object
context
|
Returns
RadBitmap
|