| RenderTransformDraw Method |
| Name | Description | |
|---|---|---|
| Draw(SpriteBatch, Texture2D, Vector2F, Color) |
Transforms a sprite and adds it to a batch of sprites for rendering using the specified
texture, position and color.
| |
| Draw(SpriteBatch, Texture2D, RectangleF, NullableRectangle, Color) |
Transforms a sprite and adds it to a batch of sprites for rendering using the specified
texture, position, source rectangle and color.
| |
| Draw(SpriteBatch, Texture2D, Vector2F, NullableRectangle, Color) |
Transforms a sprite and adds it to a batch of sprites for rendering using the specified
texture, position, source rectangle and color.
|