ClassSelectCommandContext
Class
Represents the context of the SelectCommand.
Definition
Namespace:Telerik.Windows.Media.Imaging.Commands
Assembly:Telerik.Windows.Controls.ImageEditor.dll
Syntax:
cs-api-definition
public class SelectCommandContext
Inheritance: objectSelectCommandContext
Constructors
SelectCommandContext(Path, Panel)
Initializes a new instance of the SelectCommandContext class.
Declaration
cs-api-definition
public SelectCommandContext(Path drawnPath, Panel effectsPanel)
Parameters
drawnPath
Path
The path which should be drawn on the image.
effectsPanel
Panel
Properties
DrawnPath
Gets the path which should be drawn on the image.
Declaration
cs-api-definition
public Path DrawnPath { get; }
Property Value
Path
The drawn path.
EffectsPanel
Gets the selected panel on which are applied all of the effects.
Declaration
cs-api-definition
public Panel EffectsPanel { get; }
Property Value
Panel
The drawn path.