C# Class Pinta.Core.RadialBlurEffect

Inheritance: BaseEffect
Afficher le fichier Open project: xxgreg/Pinta

Méthodes publiques

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

Private Methods

Méthode Description
Rotate ( int &fx, int &fy, int fr ) : void

Method Details

LaunchConfiguration() public méthode

public LaunchConfiguration ( ) : bool
Résultat bool

RadialBlurEffect() public méthode

public RadialBlurEffect ( ) : System
Résultat System

RenderEffect() public méthode

public RenderEffect ( ImageSurface src, ImageSurface dst, Gdk rois ) : void
src Cairo.ImageSurface
dst Cairo.ImageSurface
rois Gdk
Résultat void