Class
DrawCommandContext

Represents the context of the DrawCommand.

Definition

Namespace:Telerik.Windows.Media.Imaging.Commands

Assembly:Telerik.Windows.Controls.ImageEditor.dll

Syntax:

cs-api-definition
public class DrawCommandContext

Inheritance: objectDrawCommandContext

Constructors

DrawCommandContext(Path)

Initializes a new instance of the DrawCommandContext class.

Declaration

cs-api-definition
public DrawCommandContext(Path drawnPath)

Parameters

drawnPath

Path

The path which should be drawn on the image.

Properties

DrawnPath

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

Declaration

cs-api-definition
public Path DrawnPath { get; }

Property Value

Path

The drawn path.