C# Class PixelFarm.Agg.Scanline

Afficher le fichier Open project: prepare/HTML-Renderer Class Usage Examples

Protected Properties

Свойство Type Description
last_span_index int
last_x int
lineY int
m_cover_index int
m_covers byte[]
m_spans PixelFarm.Agg.ScanlineSpan[]

Méthodes publiques

Méthode Description
AddCell ( int x, int cover ) : void
AddSpan ( int x, int len, int cover ) : void
CloseLine ( int y ) : void
GetCovers ( ) : byte[]
GetSpan ( int index ) : ScanlineSpan
ResetSpans ( ) : void
ResetSpans ( int min_x, int max_x ) : void
Scanline ( )

Method Details

AddCell() public abstract méthode

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

AddSpan() public abstract méthode

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

CloseLine() public méthode

public CloseLine ( int y ) : void
y int
Résultat void

GetCovers() public méthode

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

GetSpan() public méthode

public GetSpan ( int index ) : ScanlineSpan
index int
Résultat ScanlineSpan

ResetSpans() public abstract méthode

public abstract ResetSpans ( ) : void
Résultat void

ResetSpans() public abstract méthode

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

Scanline() public méthode

public Scanline ( )

Property Details

last_span_index protected_oe property

protected int last_span_index
Résultat int

last_x protected_oe property

protected int last_x
Résultat int

lineY protected_oe property

protected int lineY
Résultat int

m_cover_index protected_oe property

protected int m_cover_index
Résultat int

m_covers protected_oe property

protected byte[] m_covers
Résultat byte[]

m_spans protected_oe property

protected ScanlineSpan[],PixelFarm.Agg m_spans
Résultat PixelFarm.Agg.ScanlineSpan[]