C# Class Pinta.ImageManipulation.Effects.FrostedGlassEffect

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

Méthodes publiques

Méthode Description
FrostedGlassEffect ( int amount = 1 ) : System

Creates a new effect that applies a frosted glass look to an image.

Méthodes protégées

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

Method Details

FrostedGlassEffect() public méthode

Creates a new effect that applies a frosted glass look to an image.
public FrostedGlassEffect ( int amount = 1 ) : System
amount int Amount of effect to apply. Valid range is 1 - 10.
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