Click or drag to resize
DigitalRuneRenderTransformDraw Method
Transforms a sprite and adds it to a batch of sprites for rendering.
Overload List
  NameDescription
Public methodDraw(SpriteBatch, Texture2D, Vector2F, Color)
Transforms a sprite and adds it to a batch of sprites for rendering using the specified texture, position and color.
Public methodDraw(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.
Public methodDraw(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.
Top
See Also