In This Topic
            
            Offsets the location of the current 
RectangleD by horizontal and vertical amounts specified by a 
PointD.
 
            
            
            Syntax
            
            
            
            
            'Declaration
 
Public Overloads Sub Offset( _
   ByVal  As PointD _
) 
             
        
            
            public void Offset( 
   PointD 
)
             
        
             
        
            Parameters
- pt
 
- The PointD specifying the horizontal and vertical offsets to apply.
 
            
             
            
            
            
            
            
            
            
            
            
            
            
            See Also