Unit rImageZoom

Description

rImageZoom unit contains TrImageZoom - TCustomControl designed as replacement of standard TPicture component providing zoom and rotate function, scrollbars, drag and move support.

Updated version compatible with Delphi2010+.

Overview

Classes, Interfaces, Objects and Records

Name Description
Class TrImageZoom TCustomControl designed as replacement of standard TPicture component providing zoom and rotate function, scrollbars, drag and move support

Types

TImageShowEditor = (...);

Constants

cPicNone = 0;
cPicCut = 1;
cPicCopy = 2;
cPicPaste = 3;
cPicLoadFromFile = 4;
cPicSaveToFile = 5;
cPicZoomFit = 11;
cPicZoomIn = 12;
cPicZoomOut = 13;
cPicResize = 21;
cPicEdit = 22;
cPicSaveInJpgFormat = 31;
cPicInfo = 32;

Description

Types

TImageShowEditor = (...);

define way how the independent editing window is shown

Values
  • ieShowModal
  • ieShowNoModal
  • ieEditModal
  • ieNone

Constants

cPicNone = 0;

popup menu indexes, used by rDBComponents too

cPicCut = 1;
 
cPicCopy = 2;
 
cPicPaste = 3;
 
cPicLoadFromFile = 4;
 
cPicSaveToFile = 5;
 
cPicZoomFit = 11;
 
cPicZoomIn = 12;
 
cPicZoomOut = 13;
 
cPicResize = 21;
 
cPicEdit = 22;
 
cPicSaveInJpgFormat = 31;
 
cPicInfo = 32;
 

Author

Created

Oct 2010

Last Modified

Oct 2014


Generated by PasDoc 0.15.0.