Overload List

  NameDescription
DrawTile(Int32, Int32, Int32)
Draws the tile tileBankNum at the location [x,y] on the Baltie's area.
DrawTile(Baltie2DTile, Int32, Int32)
Draws the tile obj at the location [x,y] on the Baltie's area.
DrawTile(Int32, Int32, Int32, Boolean)
Draws the tile tileBankNum at the location [x,y] on the Baltie's area.
DrawTile(Baltie2DTile, Int32, Int32, Boolean)
Draws the tile obj at the location [x,y] on the Baltie's area.
DrawTile(Int32, Int32, Int32, Int32, Int32)
Draws the tile tileBankNum at the location [x,y] on the Baltie's area, with specified size [w,h].
DrawTile(Baltie2DTile, Int32, Int32, Int32, Int32)
Draws the tile obj at the location [x,y] on the Baltie's area, with specified size [w,h].
DrawTile(Int32, Int32, Int32, Int32, Int32, Boolean)
Draws the tile tileBankNum at the location [x,y] on the Baltie's area, with specified size [w,h].
DrawTile(Baltie2DTile, Int32, Int32, Int32, Int32, Boolean)
Draws the tile obj at the location [x,y] on the Baltie's area, with specified size [w,h].

See Also