SetViewRect method

Microsoft Visio Developer Reference

SetViewRect method

   Example   

Sets the page coordinates of a window's borders by adjusting the zoom level and center scroll position.

Version added

2000

Syntax

object.SetViewRect dLeft, dTop, dWidth, dHeight

object

Required. An expression that returns a Window object.

dLeft

Required Double. The page coordinate of the left side of the window.

dTop

Required Double. The page coordinate of the top of the window.

dWidth

Required Double. The distance in page units from the left side to the right side of the window.

dHeight

Required Double. The distance in page units from the top to the bottom of the window.

Remarks

If the Window object is not a visDrawing type, then the SetViewRect method raises an exception.