Class RotateCommandContext
Inheritance
System.Object
RotateCommandContext
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 RotateCommandContext
Constructors
RotateCommandContext(Double)
Declaration
public RotateCommandContext(double degrees)
Parameters
System.Double
degrees
|
RotateCommandContext(Double, Color)
Declaration
public RotateCommandContext(double degrees, Color backgroundColor)
Parameters
System.Double
degrees
|
System.Windows.Media.Color
backgroundColor
|
Properties
BackgroundColor
Declaration
public Color BackgroundColor { get; }
Property Value
System.Windows.Media.Color
|
Degrees
Declaration
public double Degrees { get; }
Property Value
System.Double
|