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