C# Class Pinta.Core.LivePreviewManager.Renderer

Inheritance: AsyncEffectRenderer
Afficher le fichier Open project: PintaProject/Pinta

Méthodes protégées

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

Private Methods

Méthode Description
Renderer ( LivePreviewManager manager, AsyncEffectRenderer settings ) : System

Method Details

OnCompletion() protected méthode

protected OnCompletion ( bool cancelled, Exception exceptions ) : void
cancelled bool
exceptions System.Exception
Résultat void

OnUpdate() protected méthode

protected OnUpdate ( double progress, Gdk updatedBounds ) : void
progress double
updatedBounds Gdk
Résultat void