SpriteBlt.Draw Method (Texture, Rectangle, Vector2, Vector2, Vector2, Single, Color)
The Draw method is used to draw draw the sprite on the screen.
[Visual Basic] Overloads Public Sub Draw( _ ByVal Texture As Texture, _ ByVal SourceRectangle As Rectangle, _ ByVal Translation As Vector2, _ ByVal Scale As Vector2, _ ByVal RotationCenter As Vector2, _ ByVal Rotation As Single, _ ByVal Color As Color _ )