Class
ResizeCommandContext

Definition

Namespace:Telerik.Windows.Media.Imaging.Commands

Assembly:Telerik.Windows.Controls.ImageEditor.dll

Syntax:

cs-api-definition
public class ResizeCommandContext

Inheritance: objectResizeCommandContext

Constructors

ResizeCommandContext(int, int)

Declaration

cs-api-definition
public ResizeCommandContext(int newWidth, int newHeight)

Parameters

newWidth

int

newHeight

int

Properties

NewHeight

Declaration

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

Property Value

int

NewWidth

Declaration

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

Property Value

int