Method Draw
Draw(SpriteBatch, Rectangle, Color)
Draws this Texture
Parameters
spriteBatch
SpriteBatch The Microsoft.
Xna. to use for rendering.Framework. Graphics. Sprite Batch destinationRectangle
RectangleA rectangular bound that defines the destination to render this Texture
Region into.color
ColorThe color mask to apply when rendering this Texture
Region .
Draw(SpriteBatch, Vector2, Color)
Draws this Texture
Parameters
spriteBatch
SpriteBatch The Microsoft.
Xna. to use for rendering.Framework. Graphics. Sprite Batch position
Vector2The x- and y-coordinate location to render this Texture
Region at.color
ColorThe color mask to apply when rendering this Texture
Region .
Draw(SpriteBatch, Vector2, Color, float, Vector2, float, SpriteEffects, float)
Draws this Texture
public void Draw(SpriteBatch spriteBatch, Vector2 position, Color color, float rotation, Vector2 origin, float scale, SpriteEffects effects, float layerDepth)
Parameters
spriteBatch
SpriteBatch The Microsoft.
Xna. to use for rendering.Framework. Graphics. Sprite Batch position
Vector2The x- and y-coordinate location to render this Texture
Region at.color
ColorThe color mask to apply when rendering this Texture
Region .rotation
floatThe amount of rotation, in radians, to apply when rendering this Texture
Region .origin
Vector2The x- and y-coordinate point of origin to apply when rendering this Texture
Region .scale
floatThe amount of scaling to apply when rendering this Texture
Region .effects
SpriteEffects The Microsoft.
Xna. to apply for horizontal and vertical axis flipping when rendering this TextureFramework. Graphics. Sprite Effects Region .layerDepth
floatThe layer depth to apply when rendering this Texture
Region .
Draw(SpriteBatch, Vector2, Color, float, Vector2, Vector2, SpriteEffects, float)
Draws this Texture
public void Draw(SpriteBatch spriteBatch, Vector2 position, Color color, float rotation, Vector2 origin, Vector2 scale, SpriteEffects effects, float layerDepth)
Parameters
spriteBatch
SpriteBatch The Microsoft.
Xna. to use for rendering.Framework. Graphics. Sprite Batch position
Vector2The x- and y-coordinate location to render this Texture
Region at.color
ColorThe color mask to apply when rendering this Texture
Region .rotation
floatThe amount of rotation, in radians, to apply when rendering this Texture
Region .origin
Vector2The x- and y-coordinate point of origin to apply when rendering this Texture
Region .scale
Vector2The amount of scaling to apply when rendering this Texture
Region .effects
SpriteEffects The Microsoft.
Xna. to apply for horizontal and vertical axis flipping when rendering this TextureFramework. Graphics. Sprite Effects Region .layerDepth
floatThe layer depth to apply when rendering this Texture
Region .
Draw(SpriteBatch, Rectangle, Color, float, Vector2, SpriteEffects, float)
Draws this Texture
public void Draw(SpriteBatch spriteBatch, Rectangle destinationRectangle, Color color, float rotation, Vector2 origin, SpriteEffects effects, float layerDepth)
Parameters
spriteBatch
SpriteBatch The Microsoft.
Xna. to use for rendering.Framework. Graphics. Sprite Batch destinationRectangle
RectangleA rectangular bound that defines the destination to render this Texture
Region into.color
ColorThe color mask to apply when rendering this Texture
Region .rotation
floatThe amount of rotation, in radians, to apply when rendering this Texture
Region .origin
Vector2The x- and y-coordinate point of origin to apply when rendering this Texture
Region .effects
SpriteEffects The Microsoft.
Xna. to apply for horizontal and vertical axis flipping when rendering this TextureFramework. Graphics. Sprite Effects Region .layerDepth
floatThe layer depth to apply when rendering this Texture
Region .