SetViewRect Method [Visio 2003 SDK Documentation]

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

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.

Version added

2000

Remarks

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

Applies to | Window object

See Also | GetViewRect method | Scroll method | ScrollViewTo method | ViewChanged event