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