C# Class Pinta.ImageManipulation.Effects.ZoomBlurEffect

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

Méthodes publiques

Méthode Description
ZoomBlurEffect ( int amount = 10, System.Point offset = newPoint() ) : System

Creates a new effect that will apply a zoom blur.

Méthodes protégées

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

Method Details

RenderLine() protected méthode

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

ZoomBlurEffect() public méthode

Creates a new effect that will apply a zoom blur.
public ZoomBlurEffect ( int amount = 10, System.Point offset = newPoint() ) : System
amount int Amount of zoom to apply. Valid values are 0 - 200.
offset System.Point Origin point of the zoom blur.
Résultat System