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