Class ResizeCommandContext
Inheritance
System.Object
ResizeCommandContext
Namespace: Telerik.Windows.Media.Imaging.Commands
Assembly: Telerik.Windows.Controls.ImageEditor.dll
Syntax
public class ResizeCommandContext : Object
Constructors
ResizeCommandContext(Int32, Int32)
Declaration
public ResizeCommandContext(int newWidth, int newHeight)
Parameters
System.Int32
newWidth
|
System.Int32
newHeight
|
Properties
NewHeight
Declaration
public int NewHeight { get; }
Property Value
System.Int32
|
NewWidth
Declaration
public int NewWidth { get; }
Property Value
System.Int32
|