テキストを描画します。
            
            
            シンタックス
            
            
            
            
            '宣言
 
Public Sub DrawText( _
   ByVal  As System.String, _
   ByVal  As System.Drawing.Rectangle, _
   ByVal  As System.Drawing.Font, _
   ByVal  As System.Drawing.Color, _
   ByVal  As System.Integer _
) 
             
        
            
            '使用法
 
Dim instance As GraphicsUtils.GdiDc
Dim s As System.String
Dim bounds As System.Drawing.Rectangle
Dim font As System.Drawing.Font
Dim color As System.Drawing.Color
Dim formatFlags As System.Integer
 
instance.DrawText(s, bounds, font, color, formatFlags)
             
        
            
            public void DrawText( 
   System.string ,
   System.Drawing.Rectangle ,
   System.Drawing.Font ,
   System.Drawing.Color ,
   System.int 
)
             
        
             
        
            パラメータ
- s
 
- bounds
 
- font
 
- color
 
- formatFlags
 
            
             
            
            
            
            
            
            
            
            
            
            
            
            参照