Click or drag to resize
CanvasTextLayoutDrawToTextRenderer Method (ICanvasTextRenderer, Single, Single)
Draws this text layout to an application-defined text renderer.

Namespace:  Microsoft.Graphics.Canvas.Text
Assembly:  Microsoft.Graphics.Canvas (in Microsoft.Graphics.Canvas.dll) Version: 0.0.0.0
Syntax
C#
public void DrawToTextRenderer(
	ICanvasTextRenderer textRenderer,
	float x,
	float y
)

Parameters

textRenderer
Type: Microsoft.Graphics.Canvas.TextICanvasTextRenderer
x
Type: SystemSingle
y
Type: SystemSingle
Remarks
ICanvasTextRenderer is a type that applications implement.
See Also