Skip to content

ZoomCoeff

property

Delphi
property ZoomCoeff: LongInt read GetZoomCoeff write SetZoomCoeff default DEF_ZoomCoeff;
C++Builder
__property System::LongInt ZoomCoeff = {read=GetZoomCoeff, write=SetZoomCoeff, default=1000};
C#
public int ZoomCoeff { get; set; }
VB.NET
Public Property ZoomCoeff As Integer
C++/Qt
int GetZoomCoeff ();
void SetZoomCoeff (int Value);

Zooming coefficient, expressed as per thousand.

e.g:

1000 = no zooming (default value)

1500 = 1.5x zoom

2000 = 2x zoom

etc...

The frame grabber must be enabled to use this feature.