ImageEn, unit imageenview

TImageEnView.SmoothZoomValue

TImageEnView.SmoothZoomValue

Declaration

property SmoothZoomValue: Integer;

Description

Specifies the smoothness (speed) of zooming when SetZoomSmooth is called or MouseInteractGeneral contains miSmoothZoom.
A large values increases the smoothness. "0" disables smoothing (i.e. so that it acts like Zoom).

Default: 8

Example

// Disable zoom smoothing
ImageEnView1.SmoothZoomValue := 0;

See Also

SetZoomSmooth
Zoom
MouseInteractGeneral