C# Class Pinta.ImageManipulation.Effects.TileEffect

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

Méthodes publiques

Méthode Description
TileEffect ( double rotation = 30, int tileSize = 40, int intensity = 8 ) : System

Creates a new effect that will apply a tile effect to an image.

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

TileEffect() public méthode

Creates a new effect that will apply a tile effect to an image.
public TileEffect ( double rotation = 30, int tileSize = 40, int intensity = 8 ) : System
rotation double Angle to rotate the tiles.
tileSize int Size of the tiles. Valid range is 2 - 200.
intensity int Intensity of the tiling effect. Valid range is -20 - 20.
Résultat System