C# Class NewTOAPIA.Drawing.scanline_hit_test

Inheritance: IScanlineCache
Afficher le fichier Open project: Wiladams/NewTOAPIA Class Usage Examples

Méthodes publiques

Méthode 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 méthode

public Begin ( ) : ScanlineSpan
Résultat ScanlineSpan

GetCovers() public méthode

public GetCovers ( ) : byte[]
Résultat byte[]

GetNextScanlineSpan() public méthode

public GetNextScanlineSpan ( ) : ScanlineSpan
Résultat ScanlineSpan

add_cell() public méthode

public add_cell ( int x, int nothing ) : void
x int
nothing int
Résultat void

add_span() public méthode

public add_span ( int x, int len, int nothing ) : void
x int
len int
nothing int
Résultat void

finalize() public méthode

public finalize ( int nothing ) : void
nothing int
Résultat void

hit() public méthode

public hit ( ) : bool
Résultat bool

num_spans() public méthode

public num_spans ( ) : int
Résultat int

reset() public méthode

public reset ( int min_x, int max_x ) : void
min_x int
max_x int
Résultat void

reset_spans() public méthode

public reset_spans ( ) : void
Résultat void

scanline_hit_test() public méthode

public scanline_hit_test ( int x ) : System
x int
Résultat System

y() public méthode

public y ( ) : int
Résultat int