C# Class PixelFarm.Agg.ScanlinePacked8

Inheritance: Scanline
Exibir arquivo Open project: prepare/HTML-Renderer Class Usage Examples

Public Methods

Method Description
AddCell ( int x, int cover ) : void
AddSpan ( int x, int len, int cover ) : void
ResetSpans ( ) : void
ResetSpans ( int min_x, int max_x ) : void
ScanlinePacked8 ( ) : System

Method Details

AddCell() public method

public AddCell ( int x, int cover ) : void
x int
cover int
return void

AddSpan() public method

public AddSpan ( int x, int len, int cover ) : void
x int
len int
cover int
return void

ResetSpans() public method

public ResetSpans ( ) : void
return void

ResetSpans() public method

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

ScanlinePacked8() public method

public ScanlinePacked8 ( ) : System
return System