Version

fnPanOrZoomArea Method

Internal proxy method to pan/zoom the area of the ViewerBase control to the specified co-ordinates
Syntax
'Declaration
 
Protected Sub fnPanOrZoomArea( _
   ByVal dAreaLeft As System.Double, _
   ByVal dAreaTop As System.Double, _
   ByVal dAreaRight As System.Double, _
   ByVal dAreaBottom As System.Double, _
   ByVal bPan As System.Boolean _
) 
protected void fnPanOrZoomArea( 
   System.double dAreaLeft,
   System.double dAreaTop,
   System.double dAreaRight,
   System.double dAreaBottom,
   System.bool bPan
)
protected: void fnPanOrZoomArea( 
   System.double dAreaLeft,
   System.double dAreaTop,
   System.double dAreaRight,
   System.double dAreaBottom,
   System.bool bPan
) 

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
bPan
Boolean of true to perform panning, false to perform zooming
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