C# Class Pinta.ImageManipulation.Effects.ReliefEffect

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

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
ReliefEffect ( double angle = 45 ) : System

Creates a new effect that add depth to an image.

Méthodes protégées

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

Method Details

ReliefEffect() public méthode

Creates a new effect that add depth to an image.
public ReliefEffect ( double angle = 45 ) : System
angle double Angle to apply depth from.
Résultat System

RenderLine() protected méthode

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