C# Class winmaped2.PrimitiveDrawer

Afficher le fichier Open project: Bananattack/verge3

Méthodes publiques

Méthode Description
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

Private Methods

Méthode Description
FloodFill ( Hashtable hash, int x, int y, CheckCallback ccb, Callback cb, object tag ) : void

Method Details

DrawEllipse() public static méthode

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
Résultat void

DrawFilledRectangle() public static méthode

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
Résultat void

DrawLine() public static méthode

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
Résultat void

DrawRectangle() public static méthode

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
Résultat void

FloodFill() public static méthode

public static FloodFill ( int x, int y, CheckCallback ccb, Callback cb, object tag ) : void
x int
y int
ccb CheckCallback
cb Callback
tag object
Résultat void