IDWriteTextLayout::Draw calls this function to instruct the client to draw a strikethrough.
            
            
            シンタックス
            
            
            
            
            '宣言
 
Public Overloads Overrides Function DrawStrikethrough( _
   ByVal  As System.Object, _
   ByVal  As System.Single, _
   ByVal  As System.Single, _
   ByRef  As Strikethrough, _
   ByVal  As System.IntPtr _
) As HResult
             
        
            
            public override HResult DrawStrikethrough( 
   System.object ,
   System.float ,
   System.float ,
   ref Strikethrough ,
   System.IntPtr 
)
             
        
             
        
            パラメータ
- clientDrawingContext
 
- baselineOriginX
 
- baselineOriginY
 
- strikethrough
 
- clientDrawingEffectPtr
 
            
             
            
            
            
            
            
            
            
            
            
            
            
            参照