Class
CropCommandContext

Definition

Namespace:Telerik.Windows.Media.Imaging.Commands

Assembly:Telerik.Windows.Controls.ImageEditor.dll

Syntax:

cs-api-definition
public class CropCommandContext

Inheritance: objectCropCommandContext

Constructors

CropCommandContext(int, int, int, int)

Declaration

cs-api-definition
public CropCommandContext(int x, int y, int width, int height)

Parameters

x

int

y

int

width

int

height

int

Properties

Height

Declaration

cs-api-definition
public int Height { get; }

Property Value

int

Width

Declaration

cs-api-definition
public int Width { get; }

Property Value

int

X

Declaration

cs-api-definition
public int X { get; }

Property Value

int

Y

Declaration

cs-api-definition
public int Y { get; }

Property Value

int