ImageGear .NET - Updated
ZoomExtents(Boolean) Method




ImageGear24.Formats.Vector Assembly > ImageGear.Formats.CAD Namespace > CADCamera Class > ZoomExtents Method : ZoomExtents(Boolean) Method
If true, will resize ViewRect if both dimensions are under 512.
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 true, will resize ViewRect if both dimensions are under 512.
Remarks

Zooms and sets ViewRect size to View default dimensions.

If "adjust" is true, then will resize ViewRect if both dimensions are under 512.

See Also

Reference

CADCamera Class
CADCamera Members
Overload List