Solid Edge Draft Type Library
ZoomArea Method
Specifies the coordinates of the first corner of the window rectangle.
Specifies the coordinates of the first corner of the window rectangle.
Specifies the coordinates of the second corner of the window rectangle.
Specifies the coordinates of the second corner of the window rectangle.
Description
Changes the viewing area to a range specified in window coordinates.
Syntax
Visual Basic
Public Sub ZoomArea( _
   ByVal x1 As Integer, _
   ByVal y1 As Integer, _
   ByVal x2 As Integer, _
   ByVal y2 As Integer _
) 
Parameters
x1
Specifies the coordinates of the first corner of the window rectangle.
y1
Specifies the coordinates of the first corner of the window rectangle.
x2
Specifies the coordinates of the second corner of the window rectangle.
y2
Specifies the coordinates of the second corner of the window rectangle.
Remarks
The window origin is the upper left corner of the window. Window coordinates are specified in points (1/72 inch).
See Also

SheetWindow Object  | SheetWindow Members