SelectCommandContext
Class
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)
The path which should be drawn on the image.
effectsPanelPanelProperties
DrawnPath
Path
Gets the path which should be drawn on the image.
C#
public Path DrawnPath { get; }
The drawn path.
EffectsPanel
Panel
Gets the selected panel on which are applied all of the effects.
C#
public Panel EffectsPanel { get; }
The drawn path.