Solid Edge Draft Type Library
Pan Method
X distance (in points) to shift the window contents.
Y distance (in points) to shift the window contents.
Description
Applies a specified offset to the window contents in window coordinates.
Syntax
Visual Basic
Public Sub Pan( _
   ByVal x As Integer, _
   ByVal y As Integer _
) 
Parameters
x
X distance (in points) to shift the window contents.
y
Y distance (in points) to shift the window contents.
Remarks
The window contents shift, or pan, the specified x, y distance. Coordinates are in points (1/72 inch).
See Also

SheetWindow Object  | SheetWindow Members

Send comments on this topic.