Partager via


Window.SetViewRect Method

Visio Automation Reference

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

Version Information
 Version Added:  Visio 2002

Syntax

expression.SetViewRect(dLeft, dTop, dWidth, dHeight)

expression   A variable that represents a Window object.

Parameters

Name Required/Optional Data Type Description
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.

Return Value
Nothing

Remarks

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

See Also