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