Метод | Описание | |
---|---|---|
Next ( ) : void | ||
begin ( double x, double y, int len ) : void | ||
coordinates ( int &x, int &y ) : void | ||
local_scale ( int &x, int &y ) : void | ||
resynchronize ( double xe, double ye, int len ) : void | ||
span_interpolator_linear ( ) : NewTOAPIA.Graphics | ||
span_interpolator_linear ( ITransform trans ) : NewTOAPIA.Graphics | ||
span_interpolator_linear ( ITransform trans, double x, double y, int len ) : NewTOAPIA.Graphics | ||
transformer ( ) : ITransform | ||
transformer ( ITransform trans ) : void |
public begin ( double x, double y, int len ) : void | ||
x | double | |
y | double | |
len | int | |
Результат | void |
public coordinates ( int &x, int &y ) : void | ||
x | int | |
y | int | |
Результат | void |
public local_scale ( int &x, int &y ) : void | ||
x | int | |
y | int | |
Результат | void |
public resynchronize ( double xe, double ye, int len ) : void | ||
xe | double | |
ye | double | |
len | int | |
Результат | void |
public span_interpolator_linear ( ) : NewTOAPIA.Graphics | ||
Результат | NewTOAPIA.Graphics |
public span_interpolator_linear ( ITransform trans ) : NewTOAPIA.Graphics | ||
trans | ITransform | |
Результат | NewTOAPIA.Graphics |
public span_interpolator_linear ( ITransform trans, double x, double y, int len ) : NewTOAPIA.Graphics | ||
trans | ITransform | |
x | double | |
y | double | |
len | int | |
Результат | NewTOAPIA.Graphics |
public transformer ( ITransform trans ) : void | ||
trans | ITransform | |
Результат | void |