Click or drag to resize
DigitalRuneRenderTransformDrawString Method
Transforms a string and adds it to a batch of sprites for rendering.
Overload List
  NameDescription
Public methodDrawString(SpriteBatch, SpriteFont, String, Vector2F, Color)
Transforms a string and adds it to a batch of sprites for rendering using the specified font, text, position, and color.
Public methodDrawString(SpriteBatch, SpriteFont, StringBuilder, Vector2F, Color)
Transforms a string and adds it to a batch of sprites for rendering using the specified font, text, position, and color.
Top
See Also