別の 
RectangleD から新しい 
Rect構造体を作成し、それを垂直方向および水平方向に指定された量だけ拡大します。
 
            
            
            シンタックス
            
            
            
            
            '宣言
 
Public Overloads Shared Function Inflate( _
   ByVal  As Rect, _
   ByVal  As System.Double, _
   ByVal  As System.Double _
) As Rect
             
        
            
            public static Rect Inflate( 
   Rect ,
   System.double ,
   System.double 
)
             
        
             
        
            パラメータ
- rc
 
- コピーを作成して拡大する元となる Rect。
 - x
 
- 結果の四角形を水平方向に拡大する量。
 - y
 
- 結果の四角形を垂直方向に拡大する量。
 
            
            戻り値の型
 
            
            
            
            
            
            
            
            
            
            
            
            参照