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