Draw() public method

public Draw ( Bitmap b, int x, int y, int frame, Direction dir ) : void
b Bitmap
x int
y int
frame int
dir Direction
return void
Beispiel #1
0
 public override void Draw(Graphics g, int x, int y)
 {
     images.Draw(g, x, y, 0, (Direction)direction);
 }