C# Класс Pinta.Core.LivePreviewManager

Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
RenderLivePreviewLayer ( Cairo ctx, double opacity ) : void
Start ( BaseEffect effect ) : void

Приватные методы

Метод Описание
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

Описание методов

RenderLivePreviewLayer() публичный Метод

public RenderLivePreviewLayer ( Cairo ctx, double opacity ) : void
ctx Cairo
opacity double
Результат void

Start() публичный Метод

public Start ( BaseEffect effect ) : void
effect BaseEffect
Результат void