C# Class Pinta.ImageManipulation.Effects.PencilSketchEffect

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

Méthodes publiques

Méthode Description
PencilSketchEffect ( int pencilSize = 2, int colorRange ) : System

Creates a new effect that will make the image look like a pencil sketch.

Méthodes protégées

Méthode Description
RenderLine ( ISurface src, ISurface dest, Rectangle roi ) : void

Method Details

PencilSketchEffect() public méthode

Creates a new effect that will make the image look like a pencil sketch.
public PencilSketchEffect ( int pencilSize = 2, int colorRange ) : System
pencilSize int Size of the pencil to use. Valid range is 1 - 20.
colorRange int Range of color to use. Valid range is -20 - 20.
Résultat System

RenderLine() protected méthode

protected RenderLine ( ISurface src, ISurface dest, Rectangle roi ) : void
src ISurface
dest ISurface
roi Rectangle
Résultat void