| Visual Basic (Declaration) | |
|---|---|
Public Function GetZoomPerspective( _ ByRef observer As Point, _ ByRef target As Point _ ) As Boolean | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
Parameters
- observer
- A point representing the observer location.
- target
- A point representing the target location.
Return Value
True if the zoom perspective could be retrieved successfully, otherwise false.The zoom perspective is used to zoom to a result, e.g. when you double click on it or
when a result is added by a custom task and the AutoZoom property
is set to true.
Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
This method was added to the E2API at version 1.0.0.410.
Copy Code