Version

PanArea Method (ViewerBaseProxy)

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

Parameters

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