Changes the origin of the coordinate system by prepending the specified translation to the transformation matrix of this Graphics object.
            
            
            シンタックス
            
            
            
            
            '宣言
 
Public Sub TranslateTransform( _
   ByVal  As System.Integer, _
   ByVal  As System.Integer _
) 
             
        
            
            public void TranslateTransform( 
   System.int ,
   System.int 
)
             
        
             
        
            パラメータ
- dx
 
- x component of the translation.
 - dy
 
- y component of the translation.
 
            
             
            
            
            
            
            
            
            
            
            
            
            
            参照