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éthode | Description | |
---|---|---|
RenderLine ( ISurface src, ISurface dest, Rectangle roi ) : void |
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 |
protected RenderLine ( ISurface src, ISurface dest, Rectangle roi ) : void | ||
src | ISurface | |
dest | ISurface | |
roi | Rectangle | |
Résultat | void |