Class DeselectCommandContext
Represents the context of the DeselectCommand.
Inheritance
System.Object
DeselectCommandContext
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 DeselectCommandContext
Constructors
DeselectCommandContext(Path)
Initializes a new instance of the DeselectCommandContext class.
Declaration
public DeselectCommandContext(Path drawnPath)
Parameters
System.Windows.Shapes.Path
drawnPath
The path which should be drawn on the image. |
Properties
DrawnPath
Gets or sets the path which should be drawn on the image.
Declaration
public Path DrawnPath { get; }
Property Value
System.Windows.Shapes.Path
The drawn path. |