C1.Win.C1DX.4.8 Assembly / C1.Util.DX.DirectWrite Namespace / Factory Class / CreateTextLayout Method

In This Topic
CreateTextLayout Method
In This Topic
HRESULT IDWriteFactory::CreateTextLayout([In, Buffer] const wchar_t* string,[In] unsigned int stringLength,[In] IDWriteTextFormat* textFormat,[In] float maxWidth,[In] float maxHeight,[Out, Fast] IDWriteTextLayout** textLayout)
Syntax
'Declaration
 
Public Function CreateTextLayout( _
   ByVal text As System.String, _
   ByVal stringLength As System.Integer, _
   ByVal textFormat As TextFormat, _
   ByVal maxWidth As System.Single, _
   ByVal maxHeight As System.Single _
) As TextLayout
 

Parameters

text
stringLength
textFormat
maxWidth
maxHeight
See Also