C# Класс NewTOAPIA.Drawing.span_interpolator_linear

Наследование: ISpanInterpolator
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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

Описание методов

Next() публичный Метод

public Next ( ) : void
Результат void

begin() публичный Метод

public begin ( double x, double y, int len ) : void
x double
y double
len int
Результат void

coordinates() публичный Метод

public coordinates ( int &x, int &y ) : void
x int
y int
Результат void

local_scale() публичный Метод

public local_scale ( int &x, int &y ) : void
x int
y int
Результат void

resynchronize() публичный Метод

public resynchronize ( double xe, double ye, int len ) : void
xe double
ye double
len int
Результат void

span_interpolator_linear() публичный Метод

public span_interpolator_linear ( ) : NewTOAPIA.Graphics
Результат NewTOAPIA.Graphics

span_interpolator_linear() публичный Метод

public span_interpolator_linear ( ITransform trans ) : NewTOAPIA.Graphics
trans ITransform
Результат NewTOAPIA.Graphics

span_interpolator_linear() публичный Метод

public span_interpolator_linear ( ITransform trans, double x, double y, int len ) : NewTOAPIA.Graphics
trans ITransform
x double
y double
len int
Результат NewTOAPIA.Graphics

transformer() публичный Метод

public transformer ( ) : ITransform
Результат ITransform

transformer() публичный Метод

public transformer ( ITransform trans ) : void
trans ITransform
Результат void