C# Class Pinta.ImageManipulation.Effects.RadialBlurEffect

Inheritance: BaseEffect
Afficher le fichier Open project: PintaProject/Pinta.ImageManipulation Class Usage Examples

Méthodes publiques

Méthode Description
RadialBlurEffect ( double angle = 2, PointD offset = newPointD(), int quality = 2 ) : System

Creates a new effect that will apply a radial blur to an image.

Méthodes protégées

Méthode Description
RenderLine ( ISurface src, ISurface dst, Rectangle rect ) : void

Private Methods

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

Method Details

RadialBlurEffect() public méthode

Creates a new effect that will apply a radial blur to an image.
public RadialBlurEffect ( double angle = 2, PointD offset = newPointD(), int quality = 2 ) : System
angle double Angle of the blur.
offset PointD Center point of the blur.
quality int Quality of the radial blur. Valid range is 1 - 5.
Résultat System

RenderLine() protected méthode

protected RenderLine ( ISurface src, ISurface dst, Rectangle rect ) : void
src ISurface
dst ISurface
rect Rectangle
Résultat void