ImageGear .NET - Updated
ZoomExtents(Boolean) Method




ImageGear24.Formats.Vector Assembly > ImageGear.Formats.CAD Namespace > CADCamera Class > ZoomExtents Method : ZoomExtents(Boolean) Method
If "adjust" is true, then will zoom geometry to fill this ViewRect, and crops out empty space by resizing ViewRect.
Zooms to fill ViewRect.
Syntax
'Declaration
 
Public Overloads Sub ZoomExtents( _
   ByVal adjust As Boolean _
) 
'Usage
 
Dim instance As CADCamera
Dim adjust As Boolean
 
instance.ZoomExtents(adjust)
public void ZoomExtents( 
   bool adjust
)
public: void ZoomExtents( 
   bool adjust
) 
public:
void ZoomExtents( 
   bool adjust
) 

Parameters

adjust
If "adjust" is true, then will zoom geometry to fill this ViewRect, and crops out empty space by resizing ViewRect.
Remarks

If "adjust" is true, then will zoom geometry to fill this ViewRect, and crops out empty space by resizing ViewRect.

See Also

Reference

CADCamera Class
CADCamera Members
Overload List