Skip to content

Cropping_Outbounds

property

Delphi
property Cropping_Outbounds: Boolean read GetCropping_Outbounds write SetCropping_Outbounds  default DEF_Cropping_Outbounds;
C++Builder
__property bool Cropping_Outbounds = {read=GetCropping_Outbounds, write=SetCropping_Outbounds, default=1};
C#
public bool Cropping_Outbounds { get; set; }
VB.NET
Public Property Cropping_Outbounds As Boolean
C++/Qt
BOOL GetCropping_Outbounds ();
void SetCropping_Outbounds (BOOL Value);

Keeps the cropping area centered when zooming near the edges of the video window. When this property is enabled, moving the Cropping_X and Cropping_Y values against the edge of the video window makes the edge displayed at the center of the control (with a background border), allowing to zoom near the edge while keeping the image centered.