C# Class NewTOAPIA.Drawing.line_bresenham_interpolator

Show file Open project: Wiladams/NewTOAPIA

Public Methods

Method Description
hstep ( ) : void
inc ( ) : int
is_ver ( ) : bool
len ( ) : int
line_bresenham_interpolator ( int x1, int y1, int x2, int y2 ) : System
line_lr ( int v ) : int
vstep ( ) : void
x1 ( ) : int
x2 ( ) : int
x2_hr ( ) : int
y1 ( ) : int
y2 ( ) : int
y2_hr ( ) : int

Method Details

hstep() public method

public hstep ( ) : void
return void

inc() public method

public inc ( ) : int
return int

is_ver() public method

public is_ver ( ) : bool
return bool

len() public method

public len ( ) : int
return int

line_bresenham_interpolator() public method

public line_bresenham_interpolator ( int x1, int y1, int x2, int y2 ) : System
x1 int
y1 int
x2 int
y2 int
return System

line_lr() public static method

public static line_lr ( int v ) : int
v int
return int

vstep() public method

public vstep ( ) : void
return void

x1() public method

public x1 ( ) : int
return int

x2() public method

public x2 ( ) : int
return int

x2_hr() public method

public x2_hr ( ) : int
return int

y1() public method

public y1 ( ) : int
return int

y2() public method

public y2 ( ) : int
return int

y2_hr() public method

public y2_hr ( ) : int
return int