| 
|   | TileBatch (GraphicsDevice graphicsDevice) | 
|   | 
| void  | Draw (Texture2D texture, Vector4 destination, VertexColors colors) | 
|   | 
| void  | Draw (Texture2D texture, Vector4 destination, Rectangle? sourceRectangle, VertexColors colors) | 
|   | 
| void  | Draw (Texture2D texture, Vector4 destination, Rectangle? sourceRectangle, VertexColors colors, Vector2 origin, SpriteEffects effects, float rotation) | 
|   | 
| void  | Draw (Texture2D texture, Vector2 position, Rectangle? sourceRectangle, ref VertexColors colors, Vector2 origin, float scale, SpriteEffects effects) | 
|   | 
| void  | Begin (SpriteSortMode sortMode, bool useTransformMatrix, bool defferedBatch) | 
|   | 
| void  | Begin (SpriteSortMode sortMode=SpriteSortMode.Deferred, BlendState blendState=null, SamplerState samplerState=null, DepthStencilState depthStencilState=null, RasterizerState rasterizerState=null, Effect effect=null, Matrix? transformMatrix=null, bool defferedBatch=true) | 
|   | 
| void  | End () | 
|   | 
| void  | Flush () | 
|   | 
| void  | Draw (Texture2D texture, Vector2? position=null, Rectangle? destinationRectangle=null, Rectangle? sourceRectangle=null, Vector2? origin=null, float rotation=0f, Vector2? scale=null, Color? color=null, SpriteEffects effects=SpriteEffects.None, float layerDepth=0f) | 
|   | 
| void  | Draw (Texture2D texture, Vector2? position, Rectangle? destinationRectangle, Rectangle? sourceRectangle, Vector2? origin, float rotation, Vector2? scale, ref VertexColors color, SpriteEffects effects=SpriteEffects.None, float layerDepth=0f) | 
|   | 
| void  | Draw (Texture2D texture, ref Vector2 position, ref Rectangle srcRect, ref Color color, float rotation, Vector2 origin, float scale, SpriteEffects effects=SpriteEffects.None) | 
|   | 
| void  | Draw (Texture2D texture, ref Vector2 position, ref Rectangle srcRect, ref Color color, float rotation, Vector2 origin, Vector2 scale, SpriteEffects effects=SpriteEffects.None) | 
|   | 
| void  | Draw (Texture2D texture, ref Vector2 position, ref Rectangle srcRect, ref Color color, float rotation, Vector2 origin, float scale) | 
|   | 
| void  | Draw (Texture2D texture, ref Vector2 position, ref Color color, float rotation, Vector2 origin, float scale) | 
|   | 
| void  | Draw (Texture2D texture, Vector2 position, Rectangle? sourceRectangle, Color color, float rotation, Vector2 origin, Vector2 scale, SpriteEffects effects, float layerDepth) | 
|   | 
| void  | Draw (Texture2D texture, Vector2 position, ref Rectangle srcRect, Color color, float rotation, Vector2 origin, Vector2 scale, SpriteEffects effects, float layerDepth) | 
|   | 
| void  | Draw (Texture2D texture, Vector2 position, Rectangle? sourceRectangle, ref VertexColors color, float rotation, Vector2 origin, Vector2 scale, SpriteEffects effects, float layerDepth) | 
|   | 
| void  | Draw (Texture2D texture, Vector2 position, ref Rectangle srcRect, ref VertexColors color, float rotation, Vector2 origin, Vector2 scale, SpriteEffects effects, float layerDepth) | 
|   | 
| void  | Draw (Texture2D texture, Vector2 position, ref Rectangle srcRect, ref VertexColors color, float rotation, Vector2 origin, float scale, SpriteEffects effects, float layerDepth) | 
|   | 
| void  | Draw (Texture2D texture, Vector2 position, Rectangle? sourceRectangle, Color color, float rotation, Vector2 origin, float scale, SpriteEffects effects, float layerDepth=0f) | 
|   | 
| void  | Draw (Texture2D texture, ref Vector2 position, ref Rectangle srcRect, ref Color color) | 
|   | 
| void  | Draw (Texture2D texture, ref Vector2 position, ref Rectangle srcRect, ref VertexColors color) | 
|   | 
| void  | Draw (Texture2D texture, ref Vector2 position, ref Rectangle srcRect, ref Color color, SpriteEffects effects) | 
|   | 
| void  | Draw (Texture2D texture, ref Vector2 position, ref Rectangle srcRect, ref VertexColors color, SpriteEffects effects) | 
|   | 
| void  | Draw (Texture2D texture, Vector2 position, ref Rectangle srcRect, Color color, float rotation, Vector2 origin, float scale, SpriteEffects effects, float layerDepth=0f) | 
|   | 
| void  | Draw (Texture2D texture, Vector2 position, Rectangle? sourceRectangle, ref VertexColors color, float rotation, Vector2 origin, float scale, SpriteEffects effects, float layerDepth=0f) | 
|   | 
| void  | Draw (Texture2D texture, Rectangle destinationRectangle, Rectangle? sourceRectangle, Color color, float rotation, Vector2 origin, SpriteEffects effects, float layerDepth) | 
|   | 
| void  | Draw (Texture2D texture, Rectangle destinationRectangle, Rectangle? sourceRectangle, ref VertexColors color, float rotation, Vector2 origin, SpriteEffects effects, float layerDepth) | 
|   | 
| void  | Draw (Texture2D texture, Vector2 position, Rectangle? sourceRectangle, Color color) | 
|   | 
| void  | Draw (Texture2D texture, Vector2 position, Rectangle? sourceRectangle, ref VertexColors color) | 
|   | 
| void  | Draw (Texture2D texture, Rectangle destinationRectangle, Rectangle? sourceRectangle, Color color) | 
|   | 
| void  | Draw (Texture2D texture, Vector2 position, Color color) | 
|   | 
| void  | Draw (Texture2D texture, Rectangle destinationRectangle, Color color) | 
|   | 
| SpriteBatchItem  | InsertNewBatchItem (Texture2D texture) | 
|   | 
| void  | DrawString (SpriteFont spriteFont, string text, Vector2 position, Color color) | 
|   | 
| void  | DrawString (SpriteFont spriteFont, StringBuilder text, Vector2 position, Color color) | 
|   | 
| void  | DrawString (SpriteFont spriteFont, string text, Vector2 position, Color color, float rotation, Vector2 origin, float scale, SpriteEffects effects, float layerDepth) | 
|   | 
| void  | DrawString (SpriteFont spriteFont, StringBuilder text, Vector2 position, Color color, float rotation, Vector2 origin, float scale, SpriteEffects effects, float layerDepth) | 
|   | 
| void  | DrawString (SpriteFont spriteFont, string text, Vector2 position, Color color, float rotation, Vector2 origin, Vector2 scale, SpriteEffects effects, float layerDepth) | 
|   | 
| void  | DrawString (SpriteFont spriteFont, StringBuilder text, Vector2 position, Color color, float rotation, Vector2 origin, Vector2 scale, SpriteEffects effects, float layerDepth) | 
|   | 
| void  | DrawString (SpriteFont spriteFont, string text, int start, int end, Vector2 position, Color color, float rotation, Vector2 origin, Vector2 scale, Vector2[] offsets) | 
|   | 
| void  | DrawString (SpriteFont spriteFont, StringBuilder text, int start, int end, Vector2 position, Color color, float rotation, Vector2 origin, Vector2 scale, Vector2[] offsets) | 
|   | 
| void  | DrawString (SpriteFont spriteFont, string text, int start, int end, Vector2 position, Color color, float rotation, Vector2 origin, Vector2 scale, SpriteEffects effects, float layerDepth) | 
|   | 
| void  | DrawString (SpriteFont spriteFont, StringBuilder text, int start, int end, Vector2 position, Color color, float rotation, Vector2 origin, Vector2 scale, SpriteEffects effects, float layerDepth) | 
|   | 
| void  | DrawStringMultiLineRight (SpriteFont spriteFont, string text, Vector2 position, Color color, float rotation, Vector2 origin, Vector2 scale, SpriteEffects effects, float layerDepth) | 
|   | 
| void  | DrawStringMultiLineCentre (SpriteFont spriteFont, string text, Vector2 position, Color color, float rotation, Vector2 origin, Vector2 scale, SpriteEffects effects, float layerDepth) | 
|   | 
| void  | Dispose () | 
|   | 
| override string  | ToString () | 
|   |