C# Class Pinta.Core.RadialBlurEffect

Inheritance: BaseEffect
Show file Open project: xxgreg/Pinta

Public Methods

Method Description
LaunchConfiguration ( ) : bool
RadialBlurEffect ( ) : System
RenderEffect ( ImageSurface src, ImageSurface dst, Gdk rois ) : void

Private Methods

Method Description
Rotate ( int &fx, int &fy, int fr ) : void

Method Details

LaunchConfiguration() public method

public LaunchConfiguration ( ) : bool
return bool

RadialBlurEffect() public method

public RadialBlurEffect ( ) : System
return System

RenderEffect() public method

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