JVCL Help:TJvZoom

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

Search in JVCL Help

 
Search in all projects
 

Class Hierarchy

TJvZoom
run\JvZoom.pas


Summary

A component that can zoom in a part of the screen.

run\JvZoom.pas


Pascal

 run\JvZoom.pas
 TJvZoom = class(TJvCustomControl);


Description

  1. JVCLInfo

Use TJvZoom when you need to provide your users with the ability to zoom in a particular part of the screen. You can set the amount of zoom by using either the ZoomLevel or ZoomPercentage properties.
You can also set a crosshair image by either setting the CrossHairPicture or the CrosshairColor and CrosshairSize properties. To activate the crosshair, set the Crosshair property to true. The crosshair image indicates in the control where the cursor is located on the screen.

run\JvZoom.pas


About

Navigation

run\JvZoom.pas



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