Click or drag to resize
CanvasTextLayout.DrawToTextRenderer 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.Text.ICanvasTextRenderer
position
Type: System.Numerics.Vector2
Remarks
ICanvasTextRenderer is an interface that applications implement.
See Also