IDWriteTextLayout::Draw calls this function to instruct the client to render a run of glyphs.
            
            
            シンタックス
            
            
            
            
            '宣言
 
Public Overloads Overrides Function DrawGlyphRun( _
   ByVal  As System.Object, _
   ByVal  As System.Single, _
   ByVal  As System.Single, _
   ByVal  As MeasuringMode, _
   ByVal  As GlyphRun, _
   ByVal  As GlyphRunDescription, _
   ByVal  As System.IntPtr _
) As HResult
             
        
            
            public override HResult DrawGlyphRun( 
   System.object ,
   System.float ,
   System.float ,
   MeasuringMode ,
   GlyphRun ,
   GlyphRunDescription ,
   System.IntPtr 
)
             
        
             
        
            パラメータ
- clientDrawingContext
 
- baselineOriginX
 
- baselineOriginY
 
- measuringMode
 
- glyphRun
 
- glyphRunDescription
 
- clientDrawingEffectPtr
 
            
             
            
            
            
            
            
            
            
            
            
            
            
            参照