C# Class Pinta.Core.LivePreviewManager

Afficher le fichier Open project: PintaProject/Pinta Class Usage Examples

Méthodes publiques

Méthode Description
RenderLivePreviewLayer ( Cairo ctx, double opacity ) : void
Start ( BaseEffect effect ) : void

Private Methods

Méthode Description
Apply ( ) : void
Cancel ( ) : void
CleanUp ( ) : void
EffectData_PropertyChanged ( object sender, PropertyChangedEventArgs e ) : void
FireLivePreviewEndedEvent ( RenderStatus status, Exception ex ) : void
FireLivePreviewRenderUpdatedEvent ( double progress, Gdk bounds ) : void
HandleApply ( ) : void
HandleCancel ( ) : void
HandleProgressDialogCancel ( object o, EventArgs e ) : void
LivePreviewManager ( ) : System
LivePreview_RenderUpdated ( object o, Pinta.Core.LivePreviewRenderUpdatedEventArgs args ) : void

Method Details

RenderLivePreviewLayer() public méthode

public RenderLivePreviewLayer ( Cairo ctx, double opacity ) : void
ctx Cairo
opacity double
Résultat void

Start() public méthode

public Start ( BaseEffect effect ) : void
effect BaseEffect
Résultat void