DrawText(string,D2DFont,Brush,Rect) Method
Summary
Draws the specified text using the format information provided by an D2DFont object.
Syntax
Public Overloads Sub DrawText( _
ByVal text As String, _
ByVal font As D2DFont, _
ByVal brush As Brush, _
ByVal rect As Rect _
)
Parameters
font
D2DFont that defines the text format of the string.
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.