Метод | Описание | |
---|---|---|
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 |
public abstract GenerateColors ( Drawing outputColors, int startIndex, int x, int y, int len ) : void | ||
outputColors | Drawing | |
startIndex | int | |
x | int | |
y | int | |
len | int | |
Результат | void |
public ImgSpanGen ( ISpanInterpolator interpolator ) : System | ||
interpolator | ISpanInterpolator | |
Результат | System |
public SetFilterOffset ( double d ) : void | ||
d | double | |
Результат | void |
public SetFilterOffset ( double dx, double dy ) : void | ||
dx | double | |
dy | double | |
Результат | void |