Error processing SSI file
LEADTOOLS WPF (Leadtools.Windows.D2DRendering assembly)

Show in webframe

D2DTextLayout Constructor (D2DTextLayout)






The text string included in the D2DTextLayout instance.
The D2DFont used by the string.
A System.Windows.Size structure representing the size of the text layout box.
Initializes a new D2DTextLayout object.
Syntax
public D2DTextLayout( 
   string text,
   D2DFont font,
   Size size
)
'Declaration
 
Public Function New( _
   ByVal text As String, _
   ByVal font As D2DFont, _
   ByVal size As Size _
)
'Usage
 
Dim text As String
Dim font As D2DFont
Dim size As Size
 
Dim instance As New D2DTextLayout(text, font, size)

            

            
public:
D2DTextLayout( 
   String^ text,
   D2DFont^ font,
   Size size
)

Parameters

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.
Remarks

This constructor will create a new instance of D2DTextLayout.

Requirements

Target Platforms

See Also

Reference

D2DTextLayout Class
D2DTextLayout Members

Error processing SSI file