SpriteBatch.End Method
Flushes the sprite batch and restores the device state to how it was before Begin was called.
Namespace: Microsoft.Xna.Framework.Graphics
Assembly: Microsoft.Xna.Framework.Graphics (in microsoft.xna.framework.graphics.dll)
Syntax
public void End ()
Exceptions
Exception type | Condition |
---|---|
InvalidOperationException | End was called, but Begin has not yet been called. You must call Begin successfully before you can call End. |
See Also
Reference
SpriteBatch Class
SpriteBatch Members
Microsoft.Xna.Framework.Graphics Namespace
Platforms
Xbox 360, Windows 7, Windows Vista, Windows XP