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 CreateTextLayout1( _
   ByVal  As System.String, _
   ByVal  As System.Integer, _
   ByVal  As TextFormat, _
   ByVal  As System.Single, _
   ByVal  As System.Single _
) As TextLayout1
             
        
            
            public TextLayout1 CreateTextLayout1( 
   System.string ,
   System.int ,
   TextFormat ,
   System.float ,
   System.float 
)
             
        
             
        
            パラメータ
- text
 
- stringLength
 
- textFormat
 
- maxWidth
 
- maxHeight
 
            
             
            
            
            
            
            
            
            
            
            
            
            
            参照