Skip to content

Cropping_Height

property

Delphi
property Cropping_Height: LongInt read GetCropping_Height write SetCropping_Height  default DEF_Cropping_Height;
C++Builder
__property System::LongInt Cropping_Height = {read=GetCropping_Height, write=SetCropping_Height, default=120};
C#
public int Cropping_Height { get; set; }
VB.NET
Public Property Cropping_Height As Integer
C++/Qt
int GetCropping_Height ();
void SetCropping_Height (int Value);

Specifies the height of the cropping area. The value must be lower or equal to the VideoHeight property.