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

Represents the context of the SelectCommand.

Definition

Namespace:Telerik.Windows.Media.Imaging.Commands

Assembly:Telerik.Windows.Controls.ImageEditor.dll

Syntax:

C#
public class SelectCommandContext

Inheritance: objectSelectCommandContext

Constructors

Initializes a new instance of the SelectCommandContext class.

C#
public SelectCommandContext(Path drawnPath, Panel effectsPanel)
Parameters:drawnPathPath

The path which should be drawn on the image.

effectsPanelPanel

Properties

Gets the path which should be drawn on the image.

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

The drawn path.

Gets the selected panel on which are applied all of the effects.

C#
public Panel EffectsPanel { get; }
Property Value:

The drawn path.