C# Class PixelFarm.Agg.Transform.SpanInterpolatorLinear

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

Méthodes publiques

Méthode 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 méthode

public Begin ( double x, double y, int len ) : void
x double
y double
len int
Résultat void

GetCoord() public méthode

public GetCoord ( int &x, int &y ) : void
x int
y int
Résultat void

GetLocalScale() public méthode

public GetLocalScale ( int &x, int &y ) : void
x int
y int
Résultat void

Next() public méthode

public Next ( ) : void
Résultat void

ReSync() public méthode

public ReSync ( double xe, double ye, int len ) : void
xe double
ye double
len int
Résultat void

SpanInterpolatorLinear() public méthode

public SpanInterpolatorLinear ( Transform trans )
trans Transform