Inflate Method
Inflate(Rect, Double, Double)
Creates a Rect that is inflated by the specified amount.
 
Declaration
  public static Rect Inflate(Rect rect, double x, double y)
 
Parameters
  
    
      | Type | 
      Name | 
      Description | 
    
  
  
    
      | Rect | 
      rect | 
       | 
    
    
      | System.Double | 
      x | 
       | 
    
    
      | System.Double | 
      y | 
       | 
    
  
Returns
Inflate(Double, Double)
Inflates this Rect by the specified amount.
 
Declaration
  public void Inflate(double x, double y)
 
Parameters
  
    
      | Type | 
      Name | 
      Description | 
    
  
  
    
      | System.Double | 
      x | 
       | 
    
    
      | System.Double | 
      y | 
       | 
    
  
Inflate(Size)
Inflates this Rect by the specified amount.
 
Declaration
  public void Inflate(Size size)
 
Parameters
  
    
      | Type | 
      Name | 
      Description | 
    
  
  
    
      | Size | 
      size | 
       |