Skip to content

Cropping_X

property

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

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