Skip to content

Cropping_Y

property

Delphi
property Cropping_Y: LongInt read GetCropping_Y write SetCropping_Y  default DEF_Cropping_Y;
C++Builder
__property System::LongInt Cropping_Y = {read=GetCropping_Y, write=SetCropping_Y, default=0};
C#
public int Cropping_Y { get; set; }
VB.NET
Public Property Cropping_Y As Integer
C++/Qt
int GetCropping_Y ();
void SetCropping_Y (int Value);

Used to set/retrieve the Y axis location of the cropping area.