Inflate(Rect,Double,Double,Double,Double) Method
 
            
                In This Topic
            
            Enlarges a Windows.Foundation.Rect structure by the specified amount.
            
            
            Syntax
            
            
            
            
            'Declaration
 
Public Overloads Shared Sub Inflate( _
   ByRef  As Windows.Foundation.Rect, _
   ByVal  As System.Double, _
   ByVal  As System.Double, _
   ByVal  As System.Double, _
   ByVal  As System.Double _
) 
             
        
            
            public static void Inflate( 
   ref Windows.Foundation.Rect ,
   System.double ,
   System.double ,
   System.double ,
   System.double 
)
             
        
             
        
            Parameters
- r
 
- Windows.Foundation.Rect structure.
 - left
 
- The amount to inflate this Windows.Foundation.Rect from left.
 - top
 
- The amount to inflate this Windows.Foundation.Rect from top.
 - right
 
- The amount to inflate this Windows.Foundation.Rect from right.
 - bottom
 
- The amount to inflate this Windows.Foundation.Rect from bottom.
 
            
             
            
            
            
            
            
            
            
            
            
            
            
            See Also