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

SimpleHistoryItem() public method

public SimpleHistoryItem ( string icon, string text, ImageSurface oldSurface, int layerIndex ) : System
icon string
text string
oldSurface Cairo.ImageSurface
layerIndex int
return System
        public SimpleHistoryItem(string icon, string text, ImageSurface oldSurface, int layerIndex)
            : base(icon, text)
        {
            old_surface = oldSurface;
            layer_index = layerIndex;
        }

Same methods

SimpleHistoryItem::SimpleHistoryItem ( string icon, string text ) : System