public void DrawText(
D2DTextLayout textLayout,
Brush brush,
Rect rect
)
textLayout
The formatted text to draw.
brush
Brush that determines the color and texture of the drawn text.
rect
The size and position of the area in which the text is drawn.
This method is more efficient, When drawing the same text repeatedly.