ZoomXCenter
Delphi
property ZoomXCenter: LongInt read GetZoomXCenter write SetZoomXCenter default DEF_ZoomXCenter;
C++Builder
__property System::LongInt ZoomXCenter = {read=GetZoomXCenter, write=SetZoomXCenter, default=0};
C#
public int ZoomXCenter { get; set; }
VB.NET
Public Property ZoomXCenter As Integer
C++/Qt
int GetZoomXCenter ();
void SetZoomXCenter (int Value);
Specifies the vertical center position when the zooming is used, expressed in pixels.
0 means the vertical center of the video frame (default value); -50 means that the vertical center of the zooming is shifted 50 pixels in the left direction; +50 means that the vertical center of the zooming is shifted 50 pixels in the right direction.