public D2DTextLayout(
string text,
D2DFont font,
Size size
)
text
The text string included in the D2DTextLayout instance.
font
The D2DFont used by the string.
size
A System.Windows.Size structure representing the size of the text layout box.
This constructor will create a new instance of D2DTextLayout.