New to Telerik UI for WPFStart a free 30-day trial

Definition

Namespace:Telerik.Windows.Media.Imaging.Commands

Assembly:Telerik.Windows.Controls.ImageEditor.dll

Syntax:

C#
public class ResizeCommandContext

Inheritance: objectResizeCommandContext

Constructors

C#
public ResizeCommandContext(int newWidth, int newHeight)
Parameters:newWidthintnewHeightint

Properties

C#
public int NewHeight { get; }
C#
public int NewWidth { get; }