Class CropCommandContext
Inheritance
System.Object
CropCommandContext
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 CropCommandContext
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
|