SpriteBatch.Begin Method
Prepares the graphics device for drawing sprites.
Overload List
Name | Description |
---|---|
SpriteBatch.Begin () | Prepares the graphics device for drawing sprites. |
SpriteBatch.Begin (SpriteBlendMode) | Prepares the graphics device for drawing sprites with specified blending options. |
SpriteBatch.Begin (SpriteBlendMode, SpriteSortMode, SaveStateMode) | Prepares the graphics device for drawing sprites with specified blending, sorting, and render state options. |
SpriteBatch.Begin (SpriteBlendMode, SpriteSortMode, SaveStateMode, Matrix) | Prepares the graphics device for drawing sprites with specified blending, sorting, and render state options. |
See Also
Tasks
Concepts
Reference
SpriteBatch Class
SpriteBatch Members
Microsoft.Xna.Framework.Graphics Namespace