Click or drag to resize
CanvasTextLayoutDrawToTextRenderer Method (ICanvasTextRenderer, Vector2)
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,
	Vector2 position
)

Parameters

textRenderer
Type: Microsoft.Graphics.Canvas.TextICanvasTextRenderer
position
Type: System.NumericsVector2
Remarks
ICanvasTextRenderer is an interface that applications implement.
See Also