C# Class Pinta.Core.LivePreviewManager

Show file Open project: PintaProject/Pinta Class Usage Examples

Public Methods

Method Description
RenderLivePreviewLayer ( Cairo ctx, double opacity ) : void
Start ( BaseEffect effect ) : void

Private Methods

Method 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 method

public RenderLivePreviewLayer ( Cairo ctx, double opacity ) : void
ctx Cairo
opacity double
return void

Start() public method

public Start ( BaseEffect effect ) : void
effect BaseEffect
return void