Property | Type | Description | |
---|---|---|---|
last_span_index | int | ||
last_x | int | ||
lineY | int | ||
m_cover_index | int | ||
m_covers | byte[] | ||
m_spans | PixelFarm.Agg.ScanlineSpan[] |
Method | Description | |
---|---|---|
AddCell ( int x, int cover ) : void | ||
AddSpan ( int x, int len, int cover ) : void | ||
CloseLine ( int y ) : void | ||
GetCovers ( ) : byte[] | ||
GetSpan ( int index ) : |
||
ResetSpans ( ) : void | ||
ResetSpans ( int min_x, int max_x ) : void | ||
Scanline ( ) |
public abstract AddCell ( int x, int cover ) : void | ||
x | int | |
cover | int | |
return | void |
public abstract AddSpan ( int x, int len, int cover ) : void | ||
x | int | |
len | int | |
cover | int | |
return | void |
public abstract ResetSpans ( int min_x, int max_x ) : void | ||
min_x | int | |
max_x | int | |
return | void |