Visit Gigasoft's Web Site
 ProEssentials v9 Help

GetRectZoomWindow Method

*Within client side VBScript within a web page, use GetRectZoomWindowEx

 

Scope All ProEssentials Object Interfaces

 

GetRectZoomWindow(pnLeft As Integer, pnTop As Integer, pnRight As Integer, pnBottom As Integer)

 

Parameter

Description

pnLeft

Variable to store left coordinate.

pnTop

Variable to store top coordinate.

pnRight

Variable to store right coordinate.

pnBottom

Variable to store bottom coordinate.

 

This method is used to retrieve the coordinates for the graphs ZoomWindow area. Units are in pixels where (0,0) represents left top corner of control. This method retrieves the same data as defined by PEP_rectZOOMWINDOW.

  

Comments

See Also: GetRectAxis, OCX Methods, PEP_rectGRAPH.

 

Visual Basic 6 Example

Dim nLeft As Integer

Dim nTop As Integer

Dim nRight As Integer

Dim nBottom As Integer

Pego1.GetRectGraph nLeft, nTop, nRight, nBottom