C# Class Pinta.ImageManipulation.Effects.EmbossEffect

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

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
EmbossEffect ( double angle ) : System

Creates a new effect that applies an embossed look.

Méthodes protégées

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

Method Details

EmbossEffect() public méthode

Creates a new effect that applies an embossed look.
public EmbossEffect ( double angle ) : System
angle double Angle to apply emboss. Valid range is 0 - 360.
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