C# 클래스 winmaped2.PrimitiveDrawer

파일 보기 프로젝트 열기: Bananattack/verge3

공개 메소드들

메소드 설명
DrawEllipse ( int x0, int y0, int x1, int y1, Callback cb, object tag ) : void
DrawFilledRectangle ( int x0, int y0, int x1, int y1, Callback cb, object tag ) : void
DrawLine ( int Ax, int Ay, int Bx, int By, Callback cb, object tag ) : void
DrawRectangle ( int x0, int y0, int x1, int y1, Callback cb, object tag ) : void
FloodFill ( int x, int y, CheckCallback ccb, Callback cb, object tag ) : void

비공개 메소드들

메소드 설명
FloodFill ( Hashtable hash, int x, int y, CheckCallback ccb, Callback cb, object tag ) : void

메소드 상세

DrawEllipse() 공개 정적인 메소드

public static DrawEllipse ( int x0, int y0, int x1, int y1, Callback cb, object tag ) : void
x0 int
y0 int
x1 int
y1 int
cb Callback
tag object
리턴 void

DrawFilledRectangle() 공개 정적인 메소드

public static DrawFilledRectangle ( int x0, int y0, int x1, int y1, Callback cb, object tag ) : void
x0 int
y0 int
x1 int
y1 int
cb Callback
tag object
리턴 void

DrawLine() 공개 정적인 메소드

public static DrawLine ( int Ax, int Ay, int Bx, int By, Callback cb, object tag ) : void
Ax int
Ay int
Bx int
By int
cb Callback
tag object
리턴 void

DrawRectangle() 공개 정적인 메소드

public static DrawRectangle ( int x0, int y0, int x1, int y1, Callback cb, object tag ) : void
x0 int
y0 int
x1 int
y1 int
cb Callback
tag object
리턴 void

FloodFill() 공개 정적인 메소드

public static FloodFill ( int x, int y, CheckCallback ccb, Callback cb, object tag ) : void
x int
y int
ccb CheckCallback
cb Callback
tag object
리턴 void