Skip to main content

TcxImageZoomingOptions Class

Contains the image zooming settings of an image editor.

Declaration

TcxImageZoomingOptions = class(
    TPersistent
)

Remarks

This class extends its ancestor class with the settings that allow you to do the following:

  • Specify the zoom range (MinZoom and MaxZoom);

  • Adjust the zoom level of the currently displayed image (ZoomPercent);

  • Control the visibility of the zoom track bar and its change buttons (ShowZoomTrackBar).

A TcxImageZoomingOptions object is referenced via the image editor’s ZoomingOptions property set. Note that this set is in effect only when the image editor’s Properties.FitMode property is set to ifmNormal.

Inheritance

TObject
TPersistent
TcxImageZoomingOptions
See Also