C# Class PixelFarm.Agg.ScanlineUnpacked8

Inheritance: Scanline
Afficher le fichier Open project: prepare/HTML-Renderer

Méthodes publiques

Méthode 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
ScanlineUnpacked8 ( ) : System

Method Details

AddCell() public méthode

public AddCell ( int x, int cover ) : void
x int
cover int
Résultat void

AddSpan() public méthode

public AddSpan ( int x, int len, int cover ) : void
x int
len int
cover int
Résultat void

ResetSpans() public méthode

public ResetSpans ( ) : void
Résultat void

ResetSpans() public méthode

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

ScanlineUnpacked8() public méthode

public ScanlineUnpacked8 ( ) : System
Résultat System