This documentation is archived and is not being maintained.
SpriteEffects Enumeration
Defines sprite mirroring options.
Namespace: Microsoft.Xna.Framework.Graphics
Assembly: Microsoft.Xna.Framework.Graphics (in microsoft.xna.framework.graphics.dll)
[FlagsAttribute]
public enum SpriteEffects
| | Member name | Description |
|---|
| FlipHorizontally | Rotate 180 degrees about the Y axis before rendering. |
| FlipVertically | Rotate 180 degrees about the X axis before rendering. |
| None | No rotations specified. |
Xbox 360, Windows 7, Windows Vista, Windows XP