Class
RotateCommandContext

Definition

Namespace:Telerik.Windows.Media.Imaging.Commands

Assembly:Telerik.Windows.Controls.ImageEditor.dll

Syntax:

cs-api-definition
public class RotateCommandContext

Inheritance: objectRotateCommandContext

Constructors

RotateCommandContext(double)

Declaration

cs-api-definition
public RotateCommandContext(double degrees)

Parameters

degrees

double

RotateCommandContext(double, Color)

Declaration

cs-api-definition
public RotateCommandContext(double degrees, Color backgroundColor)

Parameters

degrees

double

backgroundColor

Color

Properties

BackgroundColor

Declaration

cs-api-definition
public Color BackgroundColor { get; }

Property Value

Color

Degrees

Declaration

cs-api-definition
public double Degrees { get; }

Property Value

double