Nevron .NET Vision
Nevron.Diagram.ThinWeb Namespace / NThinDiagramControl Class / ZoomToRect Method


In This Topic
    ZoomToRect Method
    In This Topic
    Zooms to the specified rectangle in view coordinates
    Syntax
    'Declaration
     
    
    Public Sub ZoomToRect( _
       ByVal viewBounds As NRectangleF _
    ) 
    'Usage
     
    
    Dim instance As NThinDiagramControl
    Dim viewBounds As NRectangleF
     
    instance.ZoomToRect(viewBounds)
    public void ZoomToRect( 
       NRectangleF viewBounds
    )

    Parameters

    viewBounds
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also