C# Class NewTOAPIA.Drawing.scanline_hit_test

Inheritance: IScanlineCache
Show file Open project: Wiladams/NewTOAPIA Class Usage Examples

Public Methods

Method Description
Begin ( ) : ScanlineSpan
GetCovers ( ) : byte[]
GetNextScanlineSpan ( ) : ScanlineSpan
add_cell ( int x, int nothing ) : void
add_span ( int x, int len, int nothing ) : void
finalize ( int nothing ) : void
hit ( ) : bool
num_spans ( ) : int
reset ( int min_x, int max_x ) : void
reset_spans ( ) : void
scanline_hit_test ( int x ) : System
y ( ) : int

Method Details

Begin() public method

public Begin ( ) : ScanlineSpan
return ScanlineSpan

GetCovers() public method

public GetCovers ( ) : byte[]
return byte[]

GetNextScanlineSpan() public method

public GetNextScanlineSpan ( ) : ScanlineSpan
return ScanlineSpan

add_cell() public method

public add_cell ( int x, int nothing ) : void
x int
nothing int
return void

add_span() public method

public add_span ( int x, int len, int nothing ) : void
x int
len int
nothing int
return void

finalize() public method

public finalize ( int nothing ) : void
nothing int
return void

hit() public method

public hit ( ) : bool
return bool

num_spans() public method

public num_spans ( ) : int
return int

reset() public method

public reset ( int min_x, int max_x ) : void
min_x int
max_x int
return void

reset_spans() public method

public reset_spans ( ) : void
return void

scanline_hit_test() public method

public scanline_hit_test ( int x ) : System
x int
return System

y() public method

public y ( ) : int
return int