Syntax
            
            
            
            
            'Declaration
 
Public Overloads Sub ZoomExtents( _
   ByVal  As Boolean _
) 
             
        
            
            'Usage
 
Dim instance As CADCamera
Dim adjust As Boolean
 
instance.ZoomExtents(adjust)
             
        
            
            public void ZoomExtents( 
   bool 
)
             
        
            
            public: void ZoomExtents( 
   bool 
) 
             
        
            
            public:
void ZoomExtents( 
   bool 
) 
             
        
             
        
            Parameters
- adjust
- If "adjust" is true, then will zoom geometry to fill this ViewRect, and crops out empty space by resizing ViewRect.
 
            
            
            
            
            
            
            
            
            
            
            
            See Also