JVCL Help:TJvZoom.ZoomInAt

From Project JEDI Wiki
Jump to navigationJump to search
JEDI Visual Component Library Help

Search in JVCL Help

 
Search in all projects
 

Summary

Zooms in at a specific location


Pascal

 procedureZoomInAt(X: Integer; Y: Integer);


Parameters

Parameters Description
X: Integer The horizontal screen coordinate
Y: Integer The vertical screen coordinate


Description

Use ZoomInAt to zoom in at a specific part of the screen. The X and Y parameters determine the top and left edges of the area to zoom.
Note that this method works differently depending on the state of the Enabled property: if Enabled is true, the mouse cursor is moved to the specified location to create the zoomed image. If Enabled is false, the mouse cursor is not moved.


See Also

TJvZoom.Active, TJvZoom.Enabled


About

Contribute to this help topic

This documentation wiki is based on the collaborative effort of Project JEDI users. Your edits are welcome in order to improve documentation quality: edit this page