ZoomYCenter
property
Delphi
property ZoomYCenter: LongInt read GetZoomYCenter write SetZoomYCenter default DEF_ZoomYCenter;
C++Builder
__property System::LongInt ZoomYCenter = {read=GetZoomYCenter, write=SetZoomYCenter, default=0};
C#
public int ZoomYCenter { get; set; }
VB.NET
Public Property ZoomYCenter As Integer
C++/Qt
int GetZoomYCenter ();
void SetZoomYCenter (int Value);
specifies the horizontal center position when the zooming is used, expressed in pixels.
- 0 means the horizontal center of the video frame (default value)
- -50 means that the vertical center of the zooming is shifted of 50 pixels in the top direction
- +50 means that the vertical center of the zooming is shifted of 50 pixels in the bottom direction