HRESULT IDWriteFactory::CreateGdiCompatibleTextLayout([In, Buffer] const wchar_t* string,[In] unsigned int stringLength,[In] IDWriteTextFormat* textFormat,[In] float layoutWidth,[In] float layoutHeight,[In] float pixelsPerDip,[In, Optional] const DWRITE_MATRIX* transform,[In] BOOL useGdiNatural,[Out, Fast] IDWriteTextLayout** textLayout)
            
            
            シンタックス
            
            
            
            
            '宣言
 
Public Function CreateGdiCompatibleTextLayout1( _
   ByVal  As System.String, _
   ByVal  As System.Integer, _
   ByVal  As TextFormat, _
   ByVal  As System.Single, _
   ByVal  As System.Single, _
   ByVal  As System.Single, _
   ByVal  As System.Nullable(Of Matrix3x2), _
   ByVal  As Bool _
) As TextLayout1
             
        
            
            public TextLayout1 CreateGdiCompatibleTextLayout1( 
   System.string ,
   System.int ,
   TextFormat ,
   System.float ,
   System.float ,
   System.float ,
   System.Nullable<Matrix3x2> ,
   Bool 
)
             
        
             
        
            パラメータ
- text
 
- stringLength
 
- textFormat
 
- layoutWidth
 
- layoutHeight
 
- pixelsPerDip
 
- transform
 
- useGdiNatural
 
            
             
            
            
            
            
            
            
            
            
            
            
            
            参照