C# Class PixelFarm.Agg.ImgSpanGen

Inheritance: ISpanGenerator
Mostrar archivo Open project: prepare/HTML-Renderer Class Usage Examples

Public Methods

Method 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 method

public abstract GenerateColors ( Drawing outputColors, int startIndex, int x, int y, int len ) : void
outputColors Drawing
startIndex int
x int
y int
len int
return void

ImgSpanGen() public method

public ImgSpanGen ( ISpanInterpolator interpolator ) : System
interpolator ISpanInterpolator
return System

Prepare() public method

public Prepare ( ) : void
return void

SetFilterOffset() public method

public SetFilterOffset ( double d ) : void
d double
return void

SetFilterOffset() public method

public SetFilterOffset ( double dx, double dy ) : void
dx double
dy double
return void