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