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