C# 클래스 Pinta.Core.LivePreviewManager

파일 보기 프로젝트 열기: PintaProject/Pinta 1 사용 예제들

공개 메소드들

메소드 설명
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