Class CropCommandContext
Inheritance
System.Object
CropCommandContext
Namespace: Telerik.Windows.Media.Imaging.Commands
Assembly: Telerik.Windows.Controls.ImageEditor.dll
Syntax
public class CropCommandContext : Object
Constructors
CropCommandContext(Int32, Int32, Int32, Int32)
Declaration
public CropCommandContext(int x, int y, int width, int height)
Parameters
System.Int32
x
|
System.Int32
y
|
System.Int32
width
|
System.Int32
height
|
Properties
Height
Declaration
public int Height { get; }
Property Value
System.Int32
|
Width
Declaration
public int Width { get; }
Property Value
System.Int32
|
X
Declaration
public int X { get; }
Property Value
System.Int32
|
Y
Declaration
public int Y { get; }
Property Value
System.Int32
|