Pinta.Core.ResizeHistoryItem.ResizeHistoryItem C# (CSharp) Method

ResizeHistoryItem() public method

public ResizeHistoryItem ( int oldWidth, int oldHeight ) : System
oldWidth int
oldHeight int
return System
        public ResizeHistoryItem(int oldWidth, int oldHeight)
            : base()
        {
            old_width = oldWidth;
            old_height = oldHeight;

            Icon = "Menu.Image.Resize.png";
            Text = "Resize Image";
        }