Bitmap for WPF
CreateTextLayout メソッド

C1.WPF.DX.4.5.2 アセンブリ > C1.Util.DX.DirectWrite 名前空間 > Factory クラス : CreateTextLayout メソッド
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)
シンタックス
'宣言
 
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
public TextLayout CreateTextLayout( 
   System.string text,
   System.int stringLength,
   TextFormat textFormat,
   System.float maxWidth,
   System.float maxHeight
)

パラメータ

text
stringLength
textFormat
maxWidth
maxHeight
参照

Factory クラス
Factory メンバ