Click or drag to resize
CanvasDrawingSessionDrawText Method
Overload List
  NameDescription
Public methodDrawText(String, Vector2, Color)
Draws text using a default font.
Public methodDrawText(String, Vector2, ICanvasBrush, CanvasTextFormat)
Draws text at the specified position, using a brush to define the color.
Public methodDrawText(String, Vector2, Color, CanvasTextFormat)
Draws text at the specified position.
Public methodDrawText(String, Single, Single, Color)
Draws text using a default font.
Public methodDrawText(String, Rect, ICanvasBrush, CanvasTextFormat)
Draws text inside the specified rectangle, using a brush to define the color.
Public methodDrawText(String, Rect, Color, CanvasTextFormat)
Draws text inside the specified rectangle.
Public methodDrawText(String, Single, Single, ICanvasBrush, CanvasTextFormat)
Draws text at the specified position, using a brush to define the color.
Public methodDrawText(String, Single, Single, Color, CanvasTextFormat)
Draws text at the specified position.
Public methodDrawText(String, Single, Single, Single, Single, ICanvasBrush, CanvasTextFormat)
Draws text inside the specified rectangle, using a brush to define the color.
Public methodDrawText(String, Single, Single, Single, Single, Color, CanvasTextFormat)
Draws text inside the specified rectangle.
Top
See Also