Version

ZoomArea Method (ViewerBaseProxy)

Proxy method to zoom the area of the ViewerBase control to the specified co-ordinates
Syntax
'Declaration
 
Public Sub ZoomArea( _
   ByVal dAreaLeft As System.Double, _
   ByVal dAreaTop As System.Double, _
   ByVal dAreaRight As System.Double, _
   ByVal dAreaBottom As System.Double _
) 
public void ZoomArea( 
   System.double dAreaLeft,
   System.double dAreaTop,
   System.double dAreaRight,
   System.double dAreaBottom
)
public: void ZoomArea( 
   System.double dAreaLeft,
   System.double dAreaTop,
   System.double dAreaRight,
   System.double dAreaBottom
) 

Parameters

dAreaLeft
Left co-ordinate of the new Area
dAreaTop
Top co-ordinate of the new Area
dAreaRight
Right co-ordinate of the new Area
dAreaBottom
Bottom co-ordinate of the new Area
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