XCom.Type7Unit.Draw C# (CSharp) Method

Draw() public method

public Draw ( Bitmap g, int x, int y ) : void
g System.Drawing.Bitmap
x int
y int
return void
		public override void Draw(Bitmap g, int x, int y)
		{
			images.Draw(g,x,y,0,(Direction)direction);
		}
#endif

Same methods

Type7Unit::Draw ( Graphics g, int x, int y ) : void