ImageGear .NET v25.2 - Updated
ImageGear.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.




In This Topic
    ZoomExtents(Boolean) Method
    In This Topic
    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