C# Class Pinta.Core.LivePreviewManager.Renderer

Inheritance: AsyncEffectRenderer
Show file Open project: PintaProject/Pinta

Protected Methods

Method Description
OnCompletion ( bool cancelled, Exception exceptions ) : void
OnUpdate ( double progress, Gdk updatedBounds ) : void

Private Methods

Method Description
Renderer ( LivePreviewManager manager, AsyncEffectRenderer settings ) : System

Method Details

OnCompletion() protected method

protected OnCompletion ( bool cancelled, Exception exceptions ) : void
cancelled bool
exceptions System.Exception
return void

OnUpdate() protected method

protected OnUpdate ( double progress, Gdk updatedBounds ) : void
progress double
updatedBounds Gdk
return void