C# 클래스 NewTOAPIA.Drawing.scanline_hit_test

상속: IScanlineCache
파일 보기 프로젝트 열기: Wiladams/NewTOAPIA 1 사용 예제들

공개 메소드들

메소드 설명
Begin ( ) : ScanlineSpan
GetCovers ( ) : byte[]
GetNextScanlineSpan ( ) : ScanlineSpan
add_cell ( int x, int nothing ) : void
add_span ( int x, int len, int nothing ) : void
finalize ( int nothing ) : void
hit ( ) : bool
num_spans ( ) : int
reset ( int min_x, int max_x ) : void
reset_spans ( ) : void
scanline_hit_test ( int x ) : System
y ( ) : int

메소드 상세

Begin() 공개 메소드

public Begin ( ) : ScanlineSpan
리턴 ScanlineSpan

GetCovers() 공개 메소드

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

GetNextScanlineSpan() 공개 메소드

public GetNextScanlineSpan ( ) : ScanlineSpan
리턴 ScanlineSpan

add_cell() 공개 메소드

public add_cell ( int x, int nothing ) : void
x int
nothing int
리턴 void

add_span() 공개 메소드

public add_span ( int x, int len, int nothing ) : void
x int
len int
nothing int
리턴 void

finalize() 공개 메소드

public finalize ( int nothing ) : void
nothing int
리턴 void

hit() 공개 메소드

public hit ( ) : bool
리턴 bool

num_spans() 공개 메소드

public num_spans ( ) : int
리턴 int

reset() 공개 메소드

public reset ( int min_x, int max_x ) : void
min_x int
max_x int
리턴 void

reset_spans() 공개 메소드

public reset_spans ( ) : void
리턴 void

scanline_hit_test() 공개 메소드

public scanline_hit_test ( int x ) : System
x int
리턴 System

y() 공개 메소드

public y ( ) : int
리턴 int