Note: This documentation is preliminary and is subject to change.
Adds a sprite to the list of batched sprites.
Definition
Visual Basic .NET
Public Sub Draw2D( _ ByVal srcTexture As Texture, _ ByVal srcRectangle As Rectangle, _ ByVal destinationRectangle As Rectangle, _ ByVal rotationCenter As Point, _ ByVal rotationAngle As Single, _ ByVal position As Point, _ ByVal color As Color _ )
public function Draw2D( srcTexture : Texture, srcRectangle : Rectangle, destinationRectangle : Rectangle, rotationCenter : Point, rotationAngle : float, position : Point, color : Color );