C# Class PixelFarm.Agg.ImgSpanGen

Inheritance: ISpanGenerator
Afficher le fichier Open project: prepare/HTML-Renderer Class Usage Examples

Méthodes publiques

Méthode Description
GenerateColors ( Drawing outputColors, int startIndex, int x, int y, int len ) : void
ImgSpanGen ( ISpanInterpolator interpolator ) : System
Prepare ( ) : void
SetFilterOffset ( double d ) : void
SetFilterOffset ( double dx, double dy ) : void

Method Details

GenerateColors() public abstract méthode

public abstract GenerateColors ( Drawing outputColors, int startIndex, int x, int y, int len ) : void
outputColors Drawing
startIndex int
x int
y int
len int
Résultat void

ImgSpanGen() public méthode

public ImgSpanGen ( ISpanInterpolator interpolator ) : System
interpolator ISpanInterpolator
Résultat System

Prepare() public méthode

public Prepare ( ) : void
Résultat void

SetFilterOffset() public méthode

public SetFilterOffset ( double d ) : void
d double
Résultat void

SetFilterOffset() public méthode

public SetFilterOffset ( double dx, double dy ) : void
dx double
dy double
Résultat void