Version

ZoomArea Method (IXamDiagramReplay)

Syntax
'Declaration
 
<TypeInfoMethod(Description="Zooms the area to the specified Left, Top, Right and Bottom co-ordinates", Documentation="Zooms the area to the specified Left([%a1]), Top([%a2]), Right([%a3]) and Bottom([%a4]) co-ordinates")>
Sub ZoomArea( _
   ByVal dAreaLeft As System.Double, _
   ByVal dAreaTop As System.Double, _
   ByVal dAreaRight As System.Double, _
   ByVal dAreaBottom As System.Double _
) 
[TypeInfoMethod(Description="Zooms the area to the specified Left, Top, Right and Bottom co-ordinates", Documentation="Zooms the area to the specified Left([%a1]), Top([%a2]), Right([%a3]) and Bottom([%a4]) co-ordinates")]
void ZoomArea( 
   System.double dAreaLeft,
   System.double dAreaTop,
   System.double dAreaRight,
   System.double dAreaBottom
)
[TypeInfoMethod(Description="Zooms the area to the specified Left, Top, Right and Bottom co-ordinates", Documentation="Zooms the area to the specified Left([%a1]), Top([%a2]), Right([%a3]) and Bottom([%a4]) co-ordinates")]
void ZoomArea( 
   System.double dAreaLeft,
   System.double dAreaTop,
   System.double dAreaRight,
   System.double dAreaBottom
) 

Parameters

dAreaLeft
dAreaTop
dAreaRight
dAreaBottom
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