C# 클래스 Pinta.Core.RadialBlurEffect

상속: BaseEffect
파일 보기 프로젝트 열기: xxgreg/Pinta

공개 메소드들

메소드 설명
LaunchConfiguration ( ) : bool
RadialBlurEffect ( ) : System
RenderEffect ( ImageSurface src, ImageSurface dst, Gdk rois ) : void

비공개 메소드들

메소드 설명
Rotate ( int &fx, int &fy, int fr ) : void

메소드 상세

LaunchConfiguration() 공개 메소드

public LaunchConfiguration ( ) : bool
리턴 bool

RadialBlurEffect() 공개 메소드

public RadialBlurEffect ( ) : System
리턴 System

RenderEffect() 공개 메소드

public RenderEffect ( ImageSurface src, ImageSurface dst, Gdk rois ) : void
src Cairo.ImageSurface
dst Cairo.ImageSurface
rois Gdk
리턴 void