C# 클래스 PixelFarm.Agg.Scanline

파일 보기 프로젝트 열기: prepare/HTML-Renderer 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
last_span_index int
last_x int
lineY int
m_cover_index int
m_covers byte[]
m_spans PixelFarm.Agg.ScanlineSpan[]

공개 메소드들

메소드 설명
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 ( )

메소드 상세

AddCell() 공개 추상적인 메소드

public abstract AddCell ( int x, int cover ) : void
x int
cover int
리턴 void

AddSpan() 공개 추상적인 메소드

public abstract AddSpan ( int x, int len, int cover ) : void
x int
len int
cover int
리턴 void

CloseLine() 공개 메소드

public CloseLine ( int y ) : void
y int
리턴 void

GetCovers() 공개 메소드

public GetCovers ( ) : byte[]
리턴 byte[]

GetSpan() 공개 메소드

public GetSpan ( int index ) : ScanlineSpan
index int
리턴 ScanlineSpan

ResetSpans() 공개 추상적인 메소드

public abstract ResetSpans ( ) : void
리턴 void

ResetSpans() 공개 추상적인 메소드

public abstract ResetSpans ( int min_x, int max_x ) : void
min_x int
max_x int
리턴 void

Scanline() 공개 메소드

public Scanline ( )

프로퍼티 상세

last_span_index 보호되어 있는 프로퍼티

protected int last_span_index
리턴 int

last_x 보호되어 있는 프로퍼티

protected int last_x
리턴 int

lineY 보호되어 있는 프로퍼티

protected int lineY
리턴 int

m_cover_index 보호되어 있는 프로퍼티

protected int m_cover_index
리턴 int

m_covers 보호되어 있는 프로퍼티

protected byte[] m_covers
리턴 byte[]

m_spans 보호되어 있는 프로퍼티

protected ScanlineSpan[],PixelFarm.Agg m_spans
리턴 PixelFarm.Agg.ScanlineSpan[]