Class DrawCommandContext
Represents the context of the DrawCommand.
Inheritance
System.Object
DrawCommandContext
Namespace: Telerik.Windows.Media.Imaging.Commands
Assembly: Telerik.Windows.Controls.ImageEditor.dll
Syntax
public class DrawCommandContext : Object
Constructors
DrawCommandContext(Path)
Initializes a new instance of the DrawCommandContext class.
Declaration
public DrawCommandContext(Path drawnPath)
Parameters
System.Windows.Shapes.Path
drawnPath
The path which should be drawn on the image. |
Properties
DrawnPath
Gets or sets the path which should be drawn on the image.
Declaration
public Path DrawnPath { get; }
Property Value
System.Windows.Shapes.Path
The drawn path. |