CanvasDrawingSession.DrawText Method (String, Single, Single, Color) |
Draws text using a default font.
Namespace:
Microsoft.Graphics.Canvas
Assembly:
Microsoft.Graphics.Canvas (in Microsoft.Graphics.Canvas.dll) Version: 0.0.0.0
Syntaxpublic void DrawText(
string text,
float x,
float y,
Color color
)
Parameters
- text
- Type: System.String
- x
- Type: System.Single
- y
- Type: System.Single
- color
- Type: Windows.UI.Color
See Also