Click or drag to resize
CanvasDrawingSessionDrawText 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
Syntax
C#
public void DrawText(
	string text,
	float x,
	float y,
	Color color
)

Parameters

text
Type: SystemString
x
Type: SystemSingle
y
Type: SystemSingle
color
Type: Windows.UIColor
See Also