C# Class PixelFarm.Agg.Transform.SpanInterpolatorLinear

Inheritance: ISpanInterpolator
Datei anzeigen Open project: prepare/HTML-Renderer Class Usage Examples

Public Methods

Method Description
Begin ( double x, double y, int len ) : void
GetCoord ( int &x, int &y ) : void
GetLocalScale ( int &x, int &y ) : void
Next ( ) : void
ReSync ( double xe, double ye, int len ) : void
SpanInterpolatorLinear ( Transform trans )

Method Details

Begin() public method

public Begin ( double x, double y, int len ) : void
x double
y double
len int
return void

GetCoord() public method

public GetCoord ( int &x, int &y ) : void
x int
y int
return void

GetLocalScale() public method

public GetLocalScale ( int &x, int &y ) : void
x int
y int
return void

Next() public method

public Next ( ) : void
return void

ReSync() public method

public ReSync ( double xe, double ye, int len ) : void
xe double
ye double
len int
return void

SpanInterpolatorLinear() public method

public SpanInterpolatorLinear ( Transform trans )
trans Transform