New to Telerik UI for WPFStart a free 30-day trial

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)
Parameters:drawnPathPath

The path which should be drawn on the image.

Properties

Gets or sets the path which should be drawn on the image.

C#
public Path DrawnPath { get; }
Property Value:

The drawn path.